author | llornkcor <llornkcor> | 2002-07-01 01:48:02 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-01 01:48:02 (UTC) |
commit | d538fa9811906117a3ea68e3d434a1de7f46fc67 (patch) (side-by-side diff) | |
tree | e04353bad0cc4edd64d950c4c60d3bfdf45dbed6 /libopie | |
parent | 9c51797971bf5ec9dc6c4d7704b44672aa00741c (diff) | |
download | opie-d538fa9811906117a3ea68e3d434a1de7f46fc67.zip opie-d538fa9811906117a3ea68e3d434a1de7f46fc67.tar.gz opie-d538fa9811906117a3ea68e3d434a1de7f46fc67.tar.bz2 |
take out debugs
-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 @@ -171,8 +171,8 @@ void ODevice::touchSound ( ) #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 |