author | llornkcor <llornkcor> | 2002-11-14 04:07:28 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-11-14 04:07:28 (UTC) |
commit | 9daeebf24f8a7cb00216df90527d993c5ff7df0d (patch) (unidiff) | |
tree | e5e2c504a92ee6144e969eff11da95643b7eb001 | |
parent | 736339b62f325652b71615b8c3fbc0b064fcf837 (diff) | |
download | opie-9daeebf24f8a7cb00216df90527d993c5ff7df0d.zip opie-9daeebf24f8a7cb00216df90527d993c5ff7df0d.tar.gz opie-9daeebf24f8a7cb00216df90527d993c5ff7df0d.tar.bz2 |
cleanup compiler warnings
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidget.cpp | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp index 53cd00e..593f072 100644 --- a/noncore/multimedia/opieplayer2/playlistwidget.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp | |||
@@ -116,3 +116,3 @@ PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl ) | |||
116 | d->selectedFiles, SLOT(moveSelectedDown() ) ); | 116 | d->selectedFiles, SLOT(moveSelectedDown() ) ); |
117 | QVBox *stretch2 = new QVBox( vbox1 ); | 117 | // QVBox *stretch2 = new QVBox( vbox1 ); |
118 | 118 | ||
@@ -300,17 +300,17 @@ void PlayListWidget::addAllToList() { | |||
300 | 300 | ||
301 | /* | 301 | |
302 | if(!audioScan) | 302 | // if(!audioScan) |
303 | scanForAudio(); | 303 | // scanForAudio(); |
304 | if(!videoScan) | 304 | // if(!videoScan) |
305 | scanForVideo(); | 305 | // scanForVideo(); |
306 | 306 | ||
307 | DocLnkSet filesAll; | 307 | // DocLnkSet filesAll; |
308 | Global::findDocuments(&filesAll, "video/*;"+audioMimes); | 308 | // Global::findDocuments(&filesAll, "video/*;"+audioMimes); |
309 | QListIterator<DocLnk> Adit( filesAll.children() ); | 309 | // QListIterator<DocLnk> Adit( filesAll.children() ); |
310 | for ( ; Adit.current(); ++Adit ) { | 310 | // for ( ; Adit.current(); ++Adit ) { |
311 | if( QFileInfo( Adit.current()->file() ).exists() ) { | 311 | // if( QFileInfo( Adit.current()->file() ).exists() ) { |
312 | d->selectedFiles->addToSelection( **Adit ); | 312 | // d->selectedFiles->addToSelection( **Adit ); |
313 | } | 313 | // } |
314 | } | 314 | // } |
315 | */ | 315 | |
316 | // qDebug("elapsed time %d", t.elapsed() ); | 316 | // qDebug("elapsed time %d", t.elapsed() ); |
@@ -722,3 +722,3 @@ void PlayListWidget::populateAudioView() { | |||
722 | StorageInfo storageInfo; | 722 | StorageInfo storageInfo; |
723 | const QList<FileSystem> &fs = storageInfo.fileSystems(); | 723 | // const QList<FileSystem> &fs = storageInfo.fileSystems(); |
724 | if(!audioScan) { | 724 | if(!audioScan) { |
@@ -764,3 +764,3 @@ void PlayListWidget::populateVideoView() { | |||
764 | StorageInfo storageInfo; | 764 | StorageInfo storageInfo; |
765 | const QList<FileSystem> &fs = storageInfo.fileSystems(); | 765 | // const QList<FileSystem> &fs = storageInfo.fileSystems(); |
766 | 766 | ||
@@ -806,3 +806,3 @@ void PlayListWidget::openFile() { | |||
806 | qDebug( "Selected filename is " + filename ); | 806 | qDebug( "Selected filename is " + filename ); |
807 | Om3u *m3uList; | 807 | // Om3u *m3uList; |
808 | DocLnk lnk; | 808 | DocLnk lnk; |
@@ -1131,3 +1131,3 @@ void PlayListWidget::populateSkinsMenu() { | |||
1131 | void PlayListWidget::skinsMenuActivated( int item ) { | 1131 | void PlayListWidget::skinsMenuActivated( int item ) { |
1132 | for( int i = defaultSkinIndex; i > defaultSkinIndex - skinsMenu->count(); i-- ) { | 1132 | for(unsigned int i = defaultSkinIndex; i > defaultSkinIndex - skinsMenu->count(); i-- ) { |
1133 | skinsMenu->setItemChecked( i, FALSE ); | 1133 | skinsMenu->setItemChecked( i, FALSE ); |