aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LDesktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-desktop/LDesktop.h')
-rw-r--r--src-qt5/core/lumina-desktop/LDesktop.h1
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();
bgstack15