diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-18 08:23:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-18 08:23:12 +0000 |
| commit | 7a8026a4ad54588c131fefbdb5dc3fd118054011 (patch) | |
| tree | 5e69832cd846796553e5a9796a645ed121eb7e7a /src/qmmpui/fileloader_p.h | |
| parent | d1aeeb6d67eca7901b3ff391c6253a4c7e1a2bc5 (diff) | |
| download | qmmp-7a8026a4ad54588c131fefbdb5dc3fd118054011.tar.gz qmmp-7a8026a4ad54588c131fefbdb5dc3fd118054011.tar.bz2 qmmp-7a8026a4ad54588c131fefbdb5dc3fd118054011.zip | |
fixed crash when quitting while playlist is being populated (#799)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5420 90c681e8-e032-0410-971d-27865f9a5e38
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. |
