-rw-r--r-- | libopie/odevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index dea24a8..9931684 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp | |||
@@ -172,6 +172,6 @@ void ODevice::touchSound ( ) | |||
172 | static Sound snd ( "touchsound" ); | 172 | static Sound snd ( "touchsound" ); |
173 | qDebug("touchSound"); | 173 | //qDebug("touchSound"); |
174 | if ( snd. isFinished ( )) { | 174 | if ( snd. isFinished ( )) { |
175 | snd. play ( ); | 175 | snd. play ( ); |
176 | qDebug("sound should play"); | 176 | // qDebug("sound should play"); |
177 | } | 177 | } |