We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc62e3 commit 48be8b4Copy full SHA for 48be8b4
trikControl/src/tonePlayer.cpp
@@ -45,7 +45,7 @@ void TonePlayer::initializeAudio()
45
46
void TonePlayer::play(int hzFreq, int msDuration)
47
{
48
- mDevice->start(hzFreq);
+ mDevice->start(hzFreq);
49
switch (mOutput->state()) {
50
case QAudio::ActiveState:
51
mOutput->suspend();
0 commit comments