From a2b0cb8e85797bd90666e538d2543c3a981ee51e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 2 Sep 2013 09:11:40 +0000 Subject: prepare for multiple tags viewer git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3677 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/tagupdater_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/tagupdater_p.h') 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 tracks); QObject* m_observable; - PlayListTrack* m_item; + QList m_tracks; public slots: - void updateTag(); + void updateTags(); }; -- cgit v1.2.3-13-gbd6f