summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-22 06:22:33 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-22 06:22:33 (GMT)
commit9490f107983197ca86e959d6470bd829a17642e5 (patch)
treeea5d6f0eeccb80244daadb8ca2ae70d27fe87c3e /src/declarative/graphicsitems
parent888d29c9c138ca3d698985f090ceb3db912ade0f (diff)
downloadQt-9490f107983197ca86e959d6470bd829a17642e5.zip
Qt-9490f107983197ca86e959d6470bd829a17642e5.tar.gz
Qt-9490f107983197ca86e959d6470bd829a17642e5.tar.bz2
Compile in namespace
Diffstat (limited to 'src/declarative/graphicsitems')
-rw-r--r--src/declarative/graphicsitems/qdeclarativepath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepath.cpp b/src/declarative/graphicsitems/qdeclarativepath.cpp
index 20fa983..8cd990fc 100644
--- a/src/declarative/graphicsitems/qdeclarativepath.cpp
+++ b/src/declarative/graphicsitems/qdeclarativepath.cpp
@@ -43,6 +43,7 @@
#include "qdeclarativepath_p_p.h"
#include <QSet>
+#include <QTime>
#include <private/qbezier_p.h>
@@ -312,7 +313,6 @@ QStringList QDeclarativePath::attributes() const
Q_D(const QDeclarativePath);
return d->_attributes;
}
-#include <QTime>
static inline QBezier nextBezier(const QPainterPath &path, int *from, qreal *bezLength)
{