Commit 098a9d5bf21f113d09efd62bea9445bdbdec6fe5

Authored by 김태훈
1 parent 2367786e19
Exists in master and in 2 other branches fhd, fhd-demo

컴파일 오류 수정

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/gui/oven_control/soundplayer.cpp
@@ -49,7 +49,7 @@ SoundPlayer::SoundPlayer() @@ -49,7 +49,7 @@ SoundPlayer::SoundPlayer()
49 connect(this, SIGNAL(click()), w, SLOT(playClick())); 49 connect(this, SIGNAL(click()), w, SLOT(playClick()));
50 50
51 playThread.start(); 51 playThread.start();
52 -}z 52 +}
53 53
54 void SoundPlayer::play(const QString &filename) 54 void SoundPlayer::play(const QString &filename)
55 { 55 {