aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/SystemWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-desktop/SystemWindow.h')
-rw-r--r--src-qt5/core/lumina-desktop/SystemWindow.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src-qt5/core/lumina-desktop/SystemWindow.h b/src-qt5/core/lumina-desktop/SystemWindow.h
index bbef36a3..ad67c7e4 100644
--- a/src-qt5/core/lumina-desktop/SystemWindow.h
+++ b/src-qt5/core/lumina-desktop/SystemWindow.h
@@ -5,9 +5,6 @@
#include "ui_SystemWindow.h"
-
-
-
namespace Ui{
class SystemWindow;
};
@@ -29,17 +26,17 @@ private:
private slots:
void sysLogout();
-
+
void sysRestart();
-
+ void sysUpdate();
void sysShutdown();
-
+
void sysSuspend();
void sysCancel(){
this->close();
}
-
+
void sysLock();
};
bgstack15