summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation.cpp
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2009-05-29 14:36:15 (GMT)
committerDavid Faure <faure@kde.org>2009-05-29 14:36:15 (GMT)
commit3cb304990f81799e6811b699b6b6ad1c32ec1107 (patch)
treee4c75d20b33e639cc16be8f666c68f66335d5efa /src/corelib/animation/qpropertyanimation.cpp
parent5d0870bd71f33c9267572655d0f842c82b017d6a (diff)
downloadQt-3cb304990f81799e6811b699b6b6ad1c32ec1107.zip
Qt-3cb304990f81799e6811b699b6b6ad1c32ec1107.tar.gz
Qt-3cb304990f81799e6811b699b6b6ad1c32ec1107.tar.bz2
Fix compilation with -pedantic
Diffstat (limited to 'src/corelib/animation/qpropertyanimation.cpp')
-rw-r--r--src/corelib/animation/qpropertyanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp
index 47361a5..43b5283 100644
--- a/src/corelib/animation/qpropertyanimation.cpp
+++ b/src/corelib/animation/qpropertyanimation.cpp
@@ -102,7 +102,7 @@ QT_BEGIN_NAMESPACE
typedef QPair<QObject *, QByteArray> QPropertyAnimationPair;
typedef QHash<QPropertyAnimationPair, QPropertyAnimation*> QPropertyAnimationHash;
-Q_GLOBAL_STATIC(QPropertyAnimationHash, _q_runningAnimations);
+Q_GLOBAL_STATIC(QPropertyAnimationHash, _q_runningAnimations)
Q_GLOBAL_STATIC_WITH_ARGS(QMutex, guardHashLock, (QMutex::Recursive) )
void QPropertyAnimationPrivate::updateMetaProperty()