-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 @@ -170,10 +170,10 @@ void ODevice::touchSound ( ) #ifndef QT_QWS_EBX #ifndef QT_NO_SOUND static Sound snd ( "touchsound" ); -qDebug("touchSound"); +//qDebug("touchSound"); if ( snd. isFinished ( )) { snd. play ( ); - qDebug("sound should play"); +// qDebug("sound should play"); } #endif #endif |