diff options
author | Weblate <noreply@weblate.org> | 2016-09-23 21:47:36 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2016-09-23 21:47:36 +0000 |
commit | 0a0dde02b5419eba32b9c53cf24c13814172f8b8 (patch) | |
tree | a29e7adcc61a7dd3624b70f8e1b142d6f3d12786 /src-qt5/core/lumina-desktop/panel-plugins/systemstart/ItemWidget.h | |
parent | Translated using Weblate (lumina_WM@el (generated)) (diff) | |
parent | Merge pull request #270 from sk8harddiefast/patch-2 (diff) | |
download | lumina-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.h | 4 |
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*); |