aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/tagupdater_p.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-09-02 09:11:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-09-02 09:11:40 +0000
commita2b0cb8e85797bd90666e538d2543c3a981ee51e (patch)
treed21f0bc87419349279147c22ad3d981493530eb6 /src/qmmpui/tagupdater_p.h
parentadba90cee9e3a72367f4df24c62cc38b35d5b9c3 (diff)
downloadqmmp-a2b0cb8e85797bd90666e538d2543c3a981ee51e.tar.gz
qmmp-a2b0cb8e85797bd90666e538d2543c3a981ee51e.tar.bz2
qmmp-a2b0cb8e85797bd90666e538d2543c3a981ee51e.zip
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
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();
};