aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/fileloader_p.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-05-13 16:42:30 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-05-13 16:42:30 +0000
commit895ae02efc82a05674f6c74cda927a052cf2e0fb (patch)
treed8c11c4ed6368128181f3e12849f35116a8b7b13 /src/qmmpui/fileloader_p.h
parente88a5a7cb2323764b0b2fd42b286ed5a023bb6e1 (diff)
downloadqmmp-895ae02efc82a05674f6c74cda927a052cf2e0fb.tar.gz
qmmp-895ae02efc82a05674f6c74cda927a052cf2e0fb.tar.bz2
qmmp-895ae02efc82a05674f6c74cda927a052cf2e0fb.zip
fixed issue with native separators (#755)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4970 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/fileloader_p.h')
-rw-r--r--src/qmmpui/fileloader_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/fileloader_p.h b/src/qmmpui/fileloader_p.h
index b2cf2c006..5df8c87fa 100644
--- a/src/qmmpui/fileloader_p.h
+++ b/src/qmmpui/fileloader_p.h
@@ -21,8 +21,8 @@
#define FILELOADER_H
#include <QObject>
-#include <QDir>
#include <QQueue>
+#include <QStringList>
#include <QFileInfo>
#include <QMutex>
#include <QThread>