diff options
author | Ken Moore <ken@ixsystems.com> | 2017-07-21 13:52:32 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-07-21 13:52:32 -0400 |
commit | e22ce7dfc13348560af6b1d04d935dbc1358e2ce (patch) | |
tree | 4b038502667fb4dbce2b25dbdde69b1d6b855193 /src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h | |
parent | Fix up some multi-monitor issues with Lumina2 (Qt auto-scaling is a really ba... (diff) | |
download | lumina-e22ce7dfc13348560af6b1d04d935dbc1358e2ce.tar.gz lumina-e22ce7dfc13348560af6b1d04d935dbc1358e2ce.tar.bz2 lumina-e22ce7dfc13348560af6b1d04d935dbc1358e2ce.zip |
Start adding the application launch functionality to the session (untested)
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.h | 2 |
1 files changed, 2 insertions, 0 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 1e3165ec..7fd21967 100644 --- a/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h +++ b/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h @@ -32,6 +32,8 @@ private slots: signals: void LockSession(); void showLeaveDialog(); + void LaunchStandardApplication(QString); + void LaunchApplication(QString); }; #endif |