summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-11-15 09:58:00 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-11-15 10:26:05 (GMT)
commit0b338187627f874ff27b452fcd67e285cee128c3 (patch)
tree4fe5493ade4ef13379227daaae6b747b8041809a /src/corelib/animation
parent9b3bda409d152b14e99cd3f83ca0bfc9b837ccf2 (diff)
downloadQt-0b338187627f874ff27b452fcd67e285cee128c3.zip
Qt-0b338187627f874ff27b452fcd67e285cee128c3.tar.gz
Qt-0b338187627f874ff27b452fcd67e285cee128c3.tar.bz2
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 bc3746d..d56c130 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);