From 86543e806e27b8317eddce54fee9e0b04a031b51 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 10 Sep 2015 12:38:20 -0400 Subject: Add a new panel plugin: systemstart This plugins is an overall "start" menu for the system, combining the functionality of the userbutton and the system dashboard into a single unified interface. --- lumina-desktop/panel-plugins/systemtray/TrayIcon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lumina-desktop/panel-plugins/systemtray/TrayIcon.h') diff --git a/lumina-desktop/panel-plugins/systemtray/TrayIcon.h b/lumina-desktop/panel-plugins/systemtray/TrayIcon.h index 18c51a66..fef3b578 100644 --- a/lumina-desktop/panel-plugins/systemtray/TrayIcon.h +++ b/lumina-desktop/panel-plugins/systemtray/TrayIcon.h @@ -20,7 +20,7 @@ #include #include #include - +//#include // libLumina includes //#include @@ -40,6 +40,7 @@ public slots: private: WId IID, AID; //icon ID and app ID + //QWindow *WIN; uint dmgID; protected: -- cgit