diff options
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; }; |
