diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-04 10:49:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-04 10:49:01 +0000 |
| commit | 90a4866a6a7589ca3bcd1d49ce2aefad305df784 (patch) | |
| tree | 55920ac8e3bffe716a7f3e90ff6f5376e2db1ada /src/qmmpui/tagupdater.h | |
| parent | ee67bf114127ceee18429a70685cd68a2bfd9e53 (diff) | |
| download | qmmp-90a4866a6a7589ca3bcd1d49ce2aefad305df784.tar.gz qmmp-90a4866a6a7589ca3bcd1d49ce2aefad305df784.tar.bz2 qmmp-90a4866a6a7589ca3bcd1d49ce2aefad305df784.zip | |
fixed TagUpdater class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3539 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/tagupdater.h')
| -rw-r--r-- | src/qmmpui/tagupdater.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
