diff options
Diffstat (limited to 'src/gui/widgets/qwidgetanimator_p.h')
-rw-r--r-- | src/gui/widgets/qwidgetanimator_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/qwidgetanimator_p.h b/src/gui/widgets/qwidgetanimator_p.h index edd8e7c..4047395 100644 --- a/src/gui/widgets/qwidgetanimator_p.h +++ b/src/gui/widgets/qwidgetanimator_p.h @@ -74,12 +74,15 @@ public: void abort(QWidget *widget); +#ifndef QT_NO_ANIMATION private Q_SLOTS: void animationFinished(); private: typedef QMap<QWidget*, QPropertyAnimation*> AnimationMap; AnimationMap m_animation_map; +#endif +private: QMainWindowLayout *m_mainWindowLayout; }; |