aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-screensaver/SSBaseWidget.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-08-31 14:12:53 -0400
committerKen Moore <ken@ixsystems.com>2017-08-31 14:12:53 -0400
commita85dfaaaa460886d74d7a052a970ee75eb16f202 (patch)
tree4e2bc84e4476360245bbd7f4184b85d391fb844d /src-qt5/core/lumina-desktop-unified/src-screensaver/SSBaseWidget.h
parentGet all the single-window interactions finished up. (diff)
downloadlumina-a85dfaaaa460886d74d7a052a970ee75eb16f202.tar.gz
lumina-a85dfaaaa460886d74d7a052a970ee75eb16f202.tar.bz2
lumina-a85dfaaaa460886d74d7a052a970ee75eb16f202.zip
A large amount of cleanup:
1) Fix the screen-alignment in a number of screensavers 2) Fix the restart-interval for screensavers (60 seconds by default) 3) Fix the cleanup of old screensaver objects between rotations 4) Add a default settings file for screensavers 5) Fix the prioritization of the settings files within DesktopSettings. 6) Turn off some event filter debugging
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-screensaver/SSBaseWidget.h')
-rw-r--r--src-qt5/core/lumina-desktop-unified/src-screensaver/SSBaseWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-screensaver/SSBaseWidget.h b/src-qt5/core/lumina-desktop-unified/src-screensaver/SSBaseWidget.h
index c4c7388a..af809127 100644
--- a/src-qt5/core/lumina-desktop-unified/src-screensaver/SSBaseWidget.h
+++ b/src-qt5/core/lumina-desktop-unified/src-screensaver/SSBaseWidget.h
@@ -27,6 +27,7 @@ public slots:
private:
QString plugType, cplug; //type of custom painting to do
BaseAnimGroup *ANIM;
+ QTimer *restartTimer;
private slots:
bgstack15