-rw-r--r-- | noncore/multimedia/opieplayer2/playlistfileview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistfileview.h b/noncore/multimedia/opieplayer2/playlistfileview.h index 448473e..abe1bb8 100644 --- a/noncore/multimedia/opieplayer2/playlistfileview.h +++ b/noncore/multimedia/opieplayer2/playlistfileview.h | |||
@@ -11,13 +11,12 @@ class PlayListFileView : public PlayListView | |||
11 | public: | 11 | public: |
12 | PlayListFileView( const QString &mimeTypePattern, const QString &itemPixmapName, QWidget *parent, const char *name = 0 ); | 12 | PlayListFileView( const QString &mimeTypePattern, const QString &itemPixmapName, QWidget *parent, const char *name = 0 ); |
13 | virtual ~PlayListFileView(); | 13 | virtual ~PlayListFileView(); |
14 | 14 | ||
15 | // both temporarily accessible that way until the caller code has | 15 | // both temporarily accessible that way until the caller code has |
16 | // been migrated into this class | 16 | // been migrated into this class |
17 | DocLnkSet &files() { return m_files; } | ||
18 | bool &scannedFiles() { return m_scannedFiles; } | 17 | bool &scannedFiles() { return m_scannedFiles; } |
19 | 18 | ||
20 | public slots: | 19 | public slots: |
21 | void scanFiles(); | 20 | void scanFiles(); |
22 | void populateView(); | 21 | void populateView(); |
23 | 22 | ||