diff options
Diffstat (limited to 'src/gui/styles/qwindowsstyle_p.h')
-rw-r--r-- | src/gui/styles/qwindowsstyle_p.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/styles/qwindowsstyle_p.h b/src/gui/styles/qwindowsstyle_p.h index b9f39a0..1e517e9 100644 --- a/src/gui/styles/qwindowsstyle_p.h +++ b/src/gui/styles/qwindowsstyle_p.h @@ -71,13 +71,15 @@ class QWindowsStylePrivate : public QCommonStylePrivate Q_DECLARE_PUBLIC(QWindowsStyle) public: QWindowsStylePrivate(); + void startAnimation(QObject *o, QProgressBar *bar); + void stopAnimation(QObject *o, QProgressBar *bar); bool hasSeenAlt(const QWidget *widget) const; bool altDown() const { return alt_down; } bool alt_down; QList<const QWidget *> seenAlt; int menuBarTimer; - QList<QProgressBar *> bars; + QList<QProgressBar *> animatedProgressBars; int animationFps; int animateTimer; QElapsedTimer startTime; |