author | jeremy <jeremy> | 2002-02-16 03:38:51 (UTC) |
---|---|---|
committer | jeremy <jeremy> | 2002-02-16 03:38:51 (UTC) |
commit | f866bbd2fd77f07cff04a702eb52e59fcc0013b7 (patch) (unidiff) | |
tree | f5a3dbb1577c77e9a5cc8efa5d66b1b103989e0a | |
parent | f8744f9a9a59f7968ddbac66c927ba8da358f223 (diff) | |
download | opie-f866bbd2fd77f07cff04a702eb52e59fcc0013b7.zip opie-f866bbd2fd77f07cff04a702eb52e59fcc0013b7.tar.gz opie-f866bbd2fd77f07cff04a702eb52e59fcc0013b7.tar.bz2 |
Left a debug message box in the code. Opps. That was removed ("Recording
Done")
-rw-r--r-- | core/applets/vmemo/vmemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index 006e0ba..aa23ba7 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp | |||
@@ -399,5 +399,5 @@ void VMemo::record(void) | |||
399 | qWarning("VMemo::record() -> playing done recording sound"); | 399 | qWarning("VMemo::record() -> playing done recording sound"); |
400 | QSound::play(Resource::findSound("vmemoe")); | 400 | QSound::play(Resource::findSound("vmemoe")); |
401 | qWarning("VMemo::record() -> terminating"); | 401 | qWarning("VMemo::record() -> terminating"); |
402 | QMessageBox::information(0, "VMemo", "Recording Done", 1); | 402 | //QMessageBox::information(0, "VMemo", "Recording Done", 1); |
403 | } | 403 | } |