summaryrefslogtreecommitdiff
path: root/libopie/odevice.cpp
authorllornkcor <llornkcor>2002-07-01 01:48:02 (UTC)
committer llornkcor <llornkcor>2002-07-01 01:48:02 (UTC)
commitd538fa9811906117a3ea68e3d434a1de7f46fc67 (patch) (unidiff)
treee04353bad0cc4edd64d950c4c60d3bfdf45dbed6 /libopie/odevice.cpp
parent9c51797971bf5ec9dc6c4d7704b44672aa00741c (diff)
downloadopie-d538fa9811906117a3ea68e3d434a1de7f46fc67.zip
opie-d538fa9811906117a3ea68e3d434a1de7f46fc67.tar.gz
opie-d538fa9811906117a3ea68e3d434a1de7f46fc67.tar.bz2
take out debugs
Diffstat (limited to 'libopie/odevice.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp4
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 ( )
170#ifndef QT_QWS_EBX 170#ifndef QT_QWS_EBX
171#ifndef QT_NO_SOUND 171#ifndef QT_NO_SOUND
172 static Sound snd ( "touchsound" ); 172 static Sound snd ( "touchsound" );
173qDebug("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 }
178#endif 178#endif
179#endif 179#endif