author | llornkcor <llornkcor> | 2002-11-14 04:03:36 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-11-14 04:03:36 (UTC) |
commit | 736339b62f325652b71615b8c3fbc0b064fcf837 (patch) (side-by-side diff) | |
tree | cd739278da93b0092bcb6d947a8c43390df2aaa6 | |
parent | abf6aa1c155e3d5df3092f4261edb7143656de7e (diff) | |
download | opie-736339b62f325652b71615b8c3fbc0b064fcf837.zip opie-736339b62f325652b71615b8c3fbc0b064fcf837.tar.gz opie-736339b62f325652b71615b8c3fbc0b064fcf837.tar.bz2 |
takeout qDebugs
-rw-r--r-- | noncore/multimedia/opieplayer2/om3u.cpp | 4 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidget.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/noncore/multimedia/opieplayer2/om3u.cpp b/noncore/multimedia/opieplayer2/om3u.cpp index 12fb16e..4617c59 100644 --- a/noncore/multimedia/opieplayer2/om3u.cpp +++ b/noncore/multimedia/opieplayer2/om3u.cpp @@ -65,3 +65,3 @@ void Om3u::readM3u() { s=t.readLine(); - qDebug(s); +// qDebug(s); if( s.find( "#", 0, TRUE) == -1 ) { @@ -130,3 +130,3 @@ void Om3u::write() { //writes list to m3u file for ( QStringList::ConstIterator it = begin(); it != end(); ++it ) { - qDebug(*it); +// qDebug(*it); list += *it+"\n"; diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp index 1138dc2..53cd00e 100644 --- a/noncore/multimedia/opieplayer2/playlistwidget.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp @@ -391,3 +391,3 @@ void PlayListWidget::addAllVideoToList() { void PlayListWidget::setDocument( const QString& fileref ) { - qDebug( "<<<<<<<<set document>>>>>>>>>> "+fileref ); + // qDebug( "<<<<<<<<set document>>>>>>>>>> "+fileref ); fromSetDocument = TRUE; @@ -961,3 +961,3 @@ void PlayListWidget::writeCurrentM3u() { do { - qDebug( "add writeCurrentM3u " +d->selectedFiles->current()->file()); + // qDebug( "add writeCurrentM3u " +d->selectedFiles->current()->file()); m3uList->add( d->selectedFiles->current()->file() ); @@ -965,3 +965,3 @@ void PlayListWidget::writeCurrentM3u() { while ( d->selectedFiles->next() ); - qDebug( "<<<<<<<<<<<<>>>>>>>>>>>>>>>>>" ); + // qDebug( "<<<<<<<<<<<<>>>>>>>>>>>>>>>>>" ); m3uList->write(); |