aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2016-09-23 13:24:47 -0400
committerKen Moore <ken@pcbsd.org>2016-09-23 13:24:47 -0400
commitd81970a5cff55c9bc67bb79cdfc02291b9d333a6 (patch)
treea2ef439d6d3ea09239b7ac984becce5e82b72a84 /src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-d81970a5cff55c9bc67bb79cdfc02291b9d333a6.tar.gz
lumina-d81970a5cff55c9bc67bb79cdfc02291b9d333a6.tar.bz2
lumina-d81970a5cff55c9bc67bb79cdfc02291b9d333a6.zip
Clean up a bit of the start menu/button.
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h')
-rw-r--r--src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h
index 365b434f..11394dd6 100644
--- a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h
+++ b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h
@@ -33,8 +33,6 @@ public:
ItemWidget(QWidget *parent=0, QString itemPath="", QString type="unknown", bool goback=false);
// - Generic Apps
ItemWidget(QWidget *parent=0, XDGDesktop *item= 0);
- // - Categories
- //ItemWidget(QWidget *parent=0, QString cat="");
~ItemWidget();
@@ -51,7 +49,7 @@ private:
QTimer *menureset;
void createWidget();
- //void setupButton(bool disable = false);
+
void setupContextMenu();
void setupActions(XDGDesktop*);
bgstack15