diff options
author | Ken Moore <ken@ixsystems.com> | 2016-11-21 10:04:28 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-11-21 10:04:28 -0500 |
commit | 3f885fb37548a8ba362ac2519717379f250895cb (patch) | |
tree | 49f8251f14f695d98fefed52ee125f56500565b3 /src-qt5/core/lumina-desktop/LDesktop.h | |
parent | Get a bit more of the input device class working - using lumina-config for te... (diff) | |
download | lumina-3f885fb37548a8ba362ac2519717379f250895cb.tar.gz lumina-3f885fb37548a8ba362ac2519717379f250895cb.tar.bz2 lumina-3f885fb37548a8ba362ac2519717379f250895cb.zip |
Add a new menu plugin: "lockdesktop".
This just adds a shortcut to the context menu for locking the desktop session.
Diffstat (limited to 'src-qt5/core/lumina-desktop/LDesktop.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/LDesktop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/LDesktop.h b/src-qt5/core/lumina-desktop/LDesktop.h index c576a805..378db75b 100644 --- a/src-qt5/core/lumina-desktop/LDesktop.h +++ b/src-qt5/core/lumina-desktop/LDesktop.h @@ -50,6 +50,7 @@ public: void UpdateGeometry(); public slots: + void SystemLock(); void SystemLogout(); void SystemTerminal(); void SystemFileManager(); |