Skip to content

Commit 48be8b4

Browse files
authored
markup fixes
1 parent 7bc62e3 commit 48be8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trikControl/src/tonePlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void TonePlayer::initializeAudio()
4545

4646
void TonePlayer::play(int hzFreq, int msDuration)
4747
{
48-
mDevice->start(hzFreq);
48+
mDevice->start(hzFreq);
4949
switch (mOutput->state()) {
5050
case QAudio::ActiveState:
5151
mOutput->suspend();

0 commit comments

Comments
 (0)