diff options
Diffstat (limited to 'lumina-wm/LScreenSaver.h')
-rw-r--r-- | lumina-wm/LScreenSaver.h | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/lumina-wm/LScreenSaver.h b/lumina-wm/LScreenSaver.h deleted file mode 100644 index c2965ae6..00000000 --- a/lumina-wm/LScreenSaver.h +++ /dev/null @@ -1,43 +0,0 @@ -//=========================================== -// Lumina-DE source code -// Copyright (c) 2015, Ken Moore -// Available under the 3-clause BSD license -// See the LICENSE file for full details -//=========================================== -#ifndef _LUMINA_DESKTOP_SCREEN_SAVER_H -#define _LUMINA_DESKTOP_SCREEN_SAVER_H - -#include <QObject> -#include <QStringList> -#include <QTimer> -#include <QSettings> - -class LScreenSaver : public QObject{ - Q_OBJECT -public: - LScreenSaver(); - ~LScreenSaver(); - -private: - QTimer *starttimer, *locktimer, *hidetimer; - QSettings *settings; - bool SSRunning, SSLocked; - -public slots: - void start(); - void reloadSettings(); - void newInputEvent(); - -private slots: - void ShowScreenSaver(); - void ShowLockScreen(); - void HideScreenSaver(); - void HideLockScreen(); - -signals: - void StartingScreenSaver(); - void ClosingScreenSaver(); - -}; - -#endif
\ No newline at end of file |