QTfrontend/hwform.h
changeset 6428 2d2b5e3c59a7
parent 6225 505643d4c23d
child 6477 ad5741c252b9
--- a/QTfrontend/hwform.h	Fri Nov 25 23:22:35 2011 +0300
+++ b/QTfrontend/hwform.h	Sat Nov 26 00:45:00 2011 -0500
@@ -23,6 +23,7 @@
 #include <QStack>
 #include <QTime>
 #include <QPointer>
+#include <QPropertyAnimation>
 
 #include "netserver.h"
 #include "game.h"
@@ -170,6 +171,11 @@
     QSignalMapper * pageSwitchMapper;
     QByteArray m_lastDemo;
 
+    QPropertyAnimation *animationNewSlide;
+    QPropertyAnimation *animationOldSlide;
+    QPropertyAnimation *animationNewOpacity;
+    QPropertyAnimation *animationOldOpacity;
+
 #ifdef __APPLE__
     InstallController * panel;
 #endif