aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2016-09-23 21:47:36 +0000
committerWeblate <noreply@weblate.org>2016-09-23 21:47:36 +0000
commit0a0dde02b5419eba32b9c53cf24c13814172f8b8 (patch)
treea29e7adcc61a7dd3624b70f8e1b142d6f3d12786 /src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h
parentTranslated using Weblate (lumina_WM@el (generated)) (diff)
parentMerge pull request #270 from sk8harddiefast/patch-2 (diff)
downloadlumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.tar.gz
lumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.tar.bz2
lumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.zip
Merge remote-tracking branch 'origin/master'
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