From 5beb2730a9e8230d2377ea89e9728504ea88de9c Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Sat, 3 Oct 2015 14:28:21 -0400 Subject: Add quicklaunch ability to the systemstart panel plugin. Also turn off some debuging information from the system tray plugin. --- lumina-desktop/panel-plugins/systemstart/ItemWidget.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lumina-desktop/panel-plugins/systemstart/ItemWidget.h') diff --git a/lumina-desktop/panel-plugins/systemstart/ItemWidget.h b/lumina-desktop/panel-plugins/systemstart/ItemWidget.h index 6aa8b037..6f64c7fb 100644 --- a/lumina-desktop/panel-plugins/systemstart/ItemWidget.h +++ b/lumina-desktop/panel-plugins/systemstart/ItemWidget.h @@ -32,6 +32,7 @@ public: ~ItemWidget(); bool gooditem; + private: QToolButton *actButton; QMenu *contextMenu; @@ -49,6 +50,8 @@ private slots: void PinToDesktop(); void RemoveFavorite(); void AddFavorite(); + void RemoveQL(); + void AddQL(); void ItemClicked(); void actionClicked(QAction*); //Functions to fix the submenu open/close issues @@ -74,6 +77,7 @@ signals: void NewShortcut(); void RemovedShortcut(); void RunItem(QString cmd); + void toggleQuickLaunch(QString path, bool ok); }; -- cgit