aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/RootSubWindow.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-06-29 14:46:57 -0400
committerKen Moore <ken@ixsystems.com>2017-06-29 14:46:57 -0400
commite0e184fab30995de316bb6c9bb111785ad9d4f6b (patch)
treed15a11fe622dcc06d49a656c2f78bbe98c948880 /src-qt5/core/libLumina/RootSubWindow.h
parentSome more fixes for the window animations (diff)
downloadlumina-e0e184fab30995de316bb6c9bb111785ad9d4f6b.tar.gz
lumina-e0e184fab30995de316bb6c9bb111785ad9d4f6b.tar.bz2
lumina-e0e184fab30995de316bb6c9bb111785ad9d4f6b.zip
Add an animation finished routine so we can re-load any Window settings which are ignored during the animation.
Diffstat (limited to 'src-qt5/core/libLumina/RootSubWindow.h')
-rw-r--r--src-qt5/core/libLumina/RootSubWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/RootSubWindow.h b/src-qt5/core/libLumina/RootSubWindow.h
index 5e291aa3..25c6596a 100644
--- a/src-qt5/core/libLumina/RootSubWindow.h
+++ b/src-qt5/core/libLumina/RootSubWindow.h
@@ -71,6 +71,7 @@ public slots:
private slots:
void propertiesChanged(QList<NativeWindow::Property>, QList<QVariant>);
+ void animFinished();
protected:
void mousePressEvent(QMouseEvent*);
bgstack15