aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlisttask_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/playlisttask_p.h')
-rw-r--r--src/qmmpui/playlisttask_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qmmpui/playlisttask_p.h b/src/qmmpui/playlisttask_p.h
index e42d4ffce..ea5c214d0 100644
--- a/src/qmmpui/playlisttask_p.h
+++ b/src/qmmpui/playlisttask_p.h
@@ -44,7 +44,8 @@ public:
SORT_SELECTION,
REMOVE_INVALID,
REMOVE_DUPLICATES,
- SORT_BY_COLUMN
+ SORT_BY_COLUMN,
+ REFRESH
};
explicit PlayListTask(QObject *parent);
@@ -55,6 +56,7 @@ public:
void sortByColumn(QList <PlayListTrack *> tracks, int column);
void removeInvalidTracks(QList<PlayListTrack *> tracks, PlayListTrack *current_track);
void removeDuplicates(QList<PlayListTrack *> tracks, PlayListTrack *current_track);
+ void refresh(QList<PlayListTrack *> tracks, PlayListTrack *current_track);
void run();