aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-06-27 12:21:43 -0400
committerKen Moore <ken@ixsystems.com>2017-06-27 12:21:43 -0400
commit5de759a52a3339741bff176d47efb9d9399d7c0d (patch)
tree27bc82db0d3db6dc5bb94aba43141951e2549848 /src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h
parentAnother couple minor changes - trying to track down some missing events. (diff)
downloadlumina-5de759a52a3339741bff176d47efb9d9399d7c0d.tar.gz
lumina-5de759a52a3339741bff176d47efb9d9399d7c0d.tar.bz2
lumina-5de759a52a3339741bff176d47efb9d9399d7c0d.zip
Commit some more debugging and changes to the event systems for Lumina2.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h')
-rw-r--r--src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h b/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h
index 8b0509fb..1e3165ec 100644
--- a/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h
+++ b/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h
@@ -19,7 +19,7 @@ private:
QLabel *workspaceLabel;
QWidgetAction *wkspaceact;
-public:
+public:
DesktopContextMenu(QWidget *parent = 0);
~DesktopContextMenu();
bgstack15