From 90a4866a6a7589ca3bcd1d49ce2aefad305df784 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 4 Jul 2013 10:49:01 +0000 Subject: fixed TagUpdater class git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3539 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/tagupdater.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/qmmpui/tagupdater.h b/src/qmmpui/tagupdater.h index 7e1850baf..8360dede7 100644 --- a/src/qmmpui/tagupdater.h +++ b/src/qmmpui/tagupdater.h @@ -32,11 +32,11 @@ class TagUpdater : public QObject { Q_OBJECT - QObject* m_observable; - PlayListItem* m_item; public: TagUpdater(QObject* o, PlayListItem* item); + QObject* m_observable; + PlayListItem* m_item; public slots: void updateTag(); -- cgit v1.2.3-13-gbd6f