diff options
Diffstat (limited to 'src/qmmpui/fileloader_p.h')
| -rw-r--r-- | src/qmmpui/fileloader_p.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/qmmpui/fileloader_p.h b/src/qmmpui/fileloader_p.h index 5df8c87fa..1dd0a823b 100644 --- a/src/qmmpui/fileloader_p.h +++ b/src/qmmpui/fileloader_p.h @@ -54,10 +54,6 @@ public: */ ~FileLoader(); /*! - * Removes files and directories from queue and waits until thread is finished - */ - void finish(); - /*! * Sets file/directory to load */ void add(const QString &path); @@ -69,6 +65,12 @@ public: void insert(PlayListItem *before, const QString &path); void insert(PlayListItem *before, const QStringList &paths); +public slots: + /*! + * Removes files and directories from queue and waits until thread is finished + */ + void finish(); + signals: /*! * Emitted when new playlist tracks are available. |
