aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/tagupdater_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/tagupdater_p.h')
-rw-r--r--src/qmmpui/tagupdater_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/tagupdater_p.h b/src/qmmpui/tagupdater_p.h
index e5fa66582..c27213c8c 100644
--- a/src/qmmpui/tagupdater_p.h
+++ b/src/qmmpui/tagupdater_p.h
@@ -34,12 +34,12 @@ class TagUpdater : public QObject
Q_OBJECT
public:
- TagUpdater(QObject* o, PlayListTrack* track);
+ TagUpdater(QObject* o, QList<PlayListTrack*> tracks);
QObject* m_observable;
- PlayListTrack* m_item;
+ QList<PlayListTrack*> m_tracks;
public slots:
- void updateTag();
+ void updateTags();
};