aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/fileloader_p.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-01-17 17:52:35 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-01-17 17:52:35 +0000
commitf91f63b99f25d8a01dc1d211e31cc4f39c0476bf (patch)
tree9a72048abb609290caa56f61c3ae8a4983c1d230 /src/qmmpui/fileloader_p.h
parenta5c350a7cd30d835deb6f7f2ef3b913b473725a2 (diff)
downloadqmmp-f91f63b99f25d8a01dc1d211e31cc4f39c0476bf.tar.gz
qmmp-f91f63b99f25d8a01dc1d211e31cc4f39c0476bf.tar.bz2
qmmp-f91f63b99f25d8a01dc1d211e31cc4f39c0476bf.zip
added feature to exclude cue data files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4693 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/fileloader_p.h')
-rw-r--r--src/qmmpui/fileloader_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/fileloader_p.h b/src/qmmpui/fileloader_p.h
index d38163e03..b2cf2c006 100644
--- a/src/qmmpui/fileloader_p.h
+++ b/src/qmmpui/fileloader_p.h
@@ -78,10 +78,11 @@ signals:
private:
void run();
- QList<PlayListTrack*> processFile(const QString &path);
+ QList<PlayListTrack*> processFile(const QString &path, QStringList *ignoredPaths = 0);
void addDirectory(const QString &s, PlayListItem *before = 0);
bool checkRestrictFilters(const QFileInfo &info);
bool checkExcludeFilters(const QFileInfo &info);
+ void removeIgnoredTracks(QList<PlayListTrack *> *tracks, const QStringList &ignoredPaths);
struct LoaderTask
{
QString path;