From ee02df7935ad4c747f64030bd2f3b8a98ab2c4c9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 26 Dec 2008 19:14:04 +0000 Subject: status icon: fixed state tracking; notifier plugin: show test message git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@716 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/statusicon/statusicon.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/General/statusicon/statusicon.h') diff --git a/src/plugins/General/statusicon/statusicon.h b/src/plugins/General/statusicon/statusicon.h index 42978d592..8fcabc25f 100644 --- a/src/plugins/General/statusicon/statusicon.h +++ b/src/plugins/General/statusicon/statusicon.h @@ -46,14 +46,12 @@ private slots: void showMetaData(); void setState(Qmmp::State state); void trayActivated(QSystemTrayIcon::ActivationReason); - void enable(); private: QSystemTrayIcon *m_tray; bool m_showMessage; bool m_showTooltip; bool m_hideToTray; - bool m_enabled; int m_messageDelay; SoundCore *m_core; MediaPlayer *m_player; -- cgit v1.2.3-13-gbd6f