diff options
author | Weblate <noreply@weblate.org> | 2017-11-24 19:26:13 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-11-24 19:26:13 +0000 |
commit | 56890dfdacb3272808dfaedee7f4d9208f6d5acc (patch) | |
tree | 2da40ddecdc429da1e495b3136d0c9dc61ef56c3 /src-qt5/core/lumina-desktop/SystemWindow.h | |
parent | Translated using Weblate (Hungarian) (diff) | |
parent | Merge pull request #512 from schnitzeltony/master (diff) | |
download | lumina-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.h | 11 |
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(); }; |