From d797b6af7c3d86cffd26ff8a1d4844dc5cc730b5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 10 Apr 2011 20:50:28 +0000 Subject: 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 --- src/qmmpui/fileloader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qmmpui/fileloader.h') 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 m_files; QQueue m_directories; + QStringList m_filters; bool m_finished; }; -- cgit v1.2.3-13-gbd6f