summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-03-17 04:54:19 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-03-17 04:54:19 (GMT)
commit2fc57473958c566b25be0f8715e72fa3e4811717 (patch)
tree948a3b5db76ec9fff50af51cc40a1ce025e5d021
parent07eff9d3d7cb95eec3700efdc5408caf403de9eb (diff)
downloadQt-2fc57473958c566b25be0f8715e72fa3e4811717.zip
Qt-2fc57473958c566b25be0f8715e72fa3e4811717.tar.gz
Qt-2fc57473958c566b25be0f8715e72fa3e4811717.tar.bz2
Really fix warning.
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanchors_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeanchors_p.h b/src/declarative/graphicsitems/qdeclarativeanchors_p.h
index f37fd6c..1961fdd 100644
--- a/src/declarative/graphicsitems/qdeclarativeanchors_p.h
+++ b/src/declarative/graphicsitems/qdeclarativeanchors_p.h
@@ -54,8 +54,8 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-struct QDeclarativeAnchorsPrivate;
-class QDeclarativeAnchorLine;
+class QDeclarativeAnchorsPrivate;
+struct QDeclarativeAnchorLine;
class Q_DECLARATIVE_EXPORT QDeclarativeAnchors : public QObject
{
Q_OBJECT