summaryrefslogtreecommitdiff
path: root/noncore/multimedia
authorsimon <simon>2002-12-04 11:51:16 (UTC)
committer simon <simon>2002-12-04 11:51:16 (UTC)
commitd75c4d9a27fcfc38ac3f9fd58f6b398809ec6a94 (patch) (side-by-side diff)
tree48ef914d460feaaec1a29860067a5b84fb862ae6 /noncore/multimedia
parentdf599e48ffde0e5272e511bba57363ac28a67b2d (diff)
downloadopie-d75c4d9a27fcfc38ac3f9fd58f6b398809ec6a94.zip
opie-d75c4d9a27fcfc38ac3f9fd58f6b398809ec6a94.tar.gz
opie-d75c4d9a27fcfc38ac3f9fd58f6b398809ec6a94.tar.bz2
- scannedFiles is no more public
Diffstat (limited to 'noncore/multimedia') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/playlistfileview.h4
-rw-r--r--noncore/multimedia/opieplayer2/playlistwidget.cpp12
2 files changed, 0 insertions, 16 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistfileview.h b/noncore/multimedia/opieplayer2/playlistfileview.h
index abe1bb8..6eea2fc 100644
--- a/noncore/multimedia/opieplayer2/playlistfileview.h
+++ b/noncore/multimedia/opieplayer2/playlistfileview.h
@@ -14,6 +14,2 @@ public:
- // both temporarily accessible that way until the caller code has
- // been migrated into this class
- bool &scannedFiles() { return m_scannedFiles; }
-
public slots:
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp
index eb0606d..e754067 100644
--- a/noncore/multimedia/opieplayer2/playlistwidget.cpp
+++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp
@@ -252,6 +252,3 @@ void PlayListWidget::addAllToList() {
- if(!audioView->scannedFiles()) {
- if(audioView->childCount() < 1)
audioView->populateView();
- }
@@ -268,6 +265,3 @@ void PlayListWidget::addAllToList() {
- if(!videoView->scannedFiles()) {
- if(videoView->childCount() < 1)
videoView->populateView();
- }
@@ -312,6 +306,3 @@ void PlayListWidget::addAllMusicToList() {
- if(!audioView->scannedFiles()) {
- if(audioView->childCount() < 1)
audioView->populateView();
- }
@@ -345,6 +336,3 @@ void PlayListWidget::addAllVideoToList() {
- if(!videoView->scannedFiles()) {
- if(videoView->childCount() < 1)
videoView->populateView();
- }