diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-04-10 20:50:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-04-10 20:50:28 +0000 |
| commit | d797b6af7c3d86cffd26ff8a1d4844dc5cc730b5 (patch) | |
| tree | e9609cb08d6953c18be48bb3d7592c36c7ae5e8b /src/qmmpui/fileloader.h | |
| parent | de2cf5e954ce3a1166deede76a539446f85a9e08 (diff) | |
| download | qmmp-d797b6af7c3d86cffd26ff8a1d4844dc5cc730b5.tar.gz qmmp-d797b6af7c3d86cffd26ff8a1d4844dc5cc730b5.tar.bz2 qmmp-d797b6af7c3d86cffd26ff8a1d4844dc5cc730b5.zip | |
fixed regression, fixed signals synchronization (Fixes issue 447), fixed
mplayer engine bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2152 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/fileloader.h')
| -rw-r--r-- | src/qmmpui/fileloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/fileloader.h b/src/qmmpui/fileloader.h index afa356183..f3c89b490 100644 --- a/src/qmmpui/fileloader.h +++ b/src/qmmpui/fileloader.h @@ -81,6 +81,7 @@ protected: private: QQueue <QString> m_files; QQueue <QString> m_directories; + QStringList m_filters; bool m_finished; }; |
