diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-17 16:43:46 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-17 16:43:46 +0000 |
| commit | 4482829287e10dbac28fa50e1c32b55fe35ad378 (patch) | |
| tree | a3765702a3c68acc26dfd1476682d56164fb28fb /src/plugins/General/statusicon/statusicon.h | |
| parent | aba624d7a5b7f374562fb96ec1e8dc39917f86ae (diff) | |
| download | qmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.tar.gz qmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.tar.bz2 qmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.zip | |
general plugin api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@274 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/statusicon/statusicon.h')
| -rw-r--r-- | src/plugins/General/statusicon/statusicon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/General/statusicon/statusicon.h b/src/plugins/General/statusicon/statusicon.h index fae20422d..549cf5f18 100644 --- a/src/plugins/General/statusicon/statusicon.h +++ b/src/plugins/General/statusicon/statusicon.h @@ -24,7 +24,7 @@ #include <qmmpui/general.h> - +class Control; /** @author Ilya Kotov <forkotov02@hotmail.ru> @@ -34,7 +34,7 @@ class StatusIcon : public General { Q_OBJECT public: - StatusIcon(QObject *parent = 0); + StatusIcon(Control *control, QObject *parent = 0); ~StatusIcon(); @@ -52,6 +52,7 @@ private: bool m_hideToTray; bool m_enabled; int m_messageDelay; + Control *m_control; }; |
