aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/SystemWindow.h
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-11-24 19:26:13 +0000
committerWeblate <noreply@weblate.org>2017-11-24 19:26:13 +0000
commit56890dfdacb3272808dfaedee7f4d9208f6d5acc (patch)
tree2da40ddecdc429da1e495b3136d0c9dc61ef56c3 /src-qt5/core/lumina-desktop/SystemWindow.h
parentTranslated using Weblate (Hungarian) (diff)
parentMerge pull request #512 from schnitzeltony/master (diff)
downloadlumina-56890dfdacb3272808dfaedee7f4d9208f6d5acc.tar.gz
lumina-56890dfdacb3272808dfaedee7f4d9208f6d5acc.tar.bz2
lumina-56890dfdacb3272808dfaedee7f4d9208f6d5acc.zip
Merge remote-tracking branch 'origin/master'
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