aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/fileloader_p.h
diff options
context:
space:
mode:
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;