author | llornkcor <llornkcor> | 2002-08-20 02:41:01 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-08-20 02:41:01 (UTC) |
commit | 08a0272257dbb26af4403f9d8d47e5bf300eb0a7 (patch) (side-by-side diff) | |
tree | 0b6e073197fd43f728a99594da45a975c20e0984 | |
parent | 16b105a34b4e525cf6690e55beacf4baa57e60d7 (diff) | |
download | opie-08a0272257dbb26af4403f9d8d47e5bf300eb0a7.zip opie-08a0272257dbb26af4403f9d8d47e5bf300eb0a7.tar.gz opie-08a0272257dbb26af4403f9d8d47e5bf300eb0a7.tar.bz2 |
take out some debug mesasges
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidget.cpp | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp index 5c804f5..404e1fe 100644 --- a/noncore/multimedia/opieplayer2/playlistwidget.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp @@ -102,3 +102,3 @@ PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl ) // setCaption( tr("OpiePlayer") ); - setIcon( Resource::loadPixmap( "opieplayer2/MPEGPlayer" ) ); +// setIcon( Resource::loadPixmap( "opieplayer2/MPEGPlayer" ) ); @@ -460,3 +460,3 @@ void PlayListWidget::setDocument(const QString& fileref) { void PlayListWidget::setActiveWindow() { - qDebug("SETTING active window"); +// qDebug("SETTING active window"); // When we get raised we need to ensure that it switches views @@ -478,3 +478,3 @@ const DocLnk *PlayListWidget::current() { // this is fugly { - qDebug("playlist"); +// qDebug("playlist"); if ( mediaPlayerState->playlist() ) { @@ -490,3 +490,3 @@ const DocLnk *PlayListWidget::current() { // this is fugly { - qDebug("audioView"); +// qDebug("audioView"); QListIterator<DocLnk> dit( files.children() ); @@ -494,3 +494,2 @@ const DocLnk *PlayListWidget::current() { // this is fugly if( dit.current()->name() == audioView->currentItem()->text(0) && !insanityBool) { - qDebug("here"); insanityBool=TRUE; @@ -503,3 +502,3 @@ const DocLnk *PlayListWidget::current() { // this is fugly { - qDebug("videoView"); +// qDebug("videoView"); QListIterator<DocLnk> Vdit( vFiles.children() ); @@ -867,3 +866,3 @@ void PlayListWidget::playlistViewPressed( int mouse, QListViewItem *, const QPoi void PlayListWidget::scanForAudio() { - qDebug("scan for audio"); +// qDebug("scan for audio"); files.detachChildren(); @@ -878,3 +877,3 @@ void PlayListWidget::scanForAudio() { void PlayListWidget::scanForVideo() { - qDebug("scan for video"); +// qDebug("scan for video"); vFiles.detachChildren(); @@ -998,3 +997,2 @@ void PlayListWidget::keyReleaseEvent( QKeyEvent *e) case Key_Q: //add to playlist - qDebug("Add"); addSelected(); @@ -1009,3 +1007,2 @@ void PlayListWidget::keyReleaseEvent( QKeyEvent *e) case Key_Space: - qDebug("Play"); // playSelected(); puh @@ -1199,3 +1196,3 @@ void PlayListWidget::readPls(const QString &filename) { void PlayListWidget::pmViewActivated(int index) { - qDebug("%d", index); +// qDebug("%d", index); switch(index) { |