summaryrefslogtreecommitdiff
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-11-15 10:58:00 +0100
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-11-15 11:26:05 +0100
commit0b338187627f874ff27b452fcd67e285cee128c3 (patch)
tree4fe5493ade4ef13379227daaae6b747b8041809a /src/corelib/animation
parent9b3bda409d152b14e99cd3f83ca0bfc9b837ccf2 (diff)
downloadqt4-tools-0b338187627f874ff27b452fcd67e285cee128c3.tar.gz
Compile fix.
Reviewed-by: Gunnar
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qabstractanimation_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/animation/qabstractanimation_p.h b/src/corelib/animation/qabstractanimation_p.h
index bc3746d2a6..d56c130d12 100644
--- a/src/corelib/animation/qabstractanimation_p.h
+++ b/src/corelib/animation/qabstractanimation_p.h
@@ -141,14 +141,14 @@ public:
typedef QElapsedTimer ElapsedTimer;
-class QUnifiedTimer : public QObject
+class Q_CORE_EXPORT QUnifiedTimer : public QObject
{
private:
QUnifiedTimer();
public:
//XXX this is needed by dui
- static Q_CORE_EXPORT QUnifiedTimer *instance();
+ static QUnifiedTimer *instance();
static QUnifiedTimer *instance(bool create);
static void registerAnimation(QAbstractAnimation *animation, bool isTopLevel);