diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-04-12 02:41:36 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-04-13 05:00:22 (GMT) |
commit | 1d26855f7cb061ba3da9db62dbbd92f586931a41 (patch) | |
tree | 038a27d883a6a75fbe0a53a1e1e136a2f72ef982 /src/declarative/graphicsitems/qdeclarativeanchors_p.h | |
parent | ae9ba43b94903c077204736fb82b9bf0445982a5 (diff) | |
download | Qt-1d26855f7cb061ba3da9db62dbbd92f586931a41.zip Qt-1d26855f7cb061ba3da9db62dbbd92f586931a41.tar.gz Qt-1d26855f7cb061ba3da9db62dbbd92f586931a41.tar.bz2 |
Struct -> class because class is better.
Well i have no idea on what to write on that commit message.
Reviewed-by:akennedy
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeanchors_p.h')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeanchors_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeanchors_p.h b/src/declarative/graphicsitems/qdeclarativeanchors_p.h index 1961fdd..0b97e8c 100644 --- a/src/declarative/graphicsitems/qdeclarativeanchors_p.h +++ b/src/declarative/graphicsitems/qdeclarativeanchors_p.h @@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE QT_MODULE(Declarative) class QDeclarativeAnchorsPrivate; -struct QDeclarativeAnchorLine; +class QDeclarativeAnchorLine; class Q_DECLARATIVE_EXPORT QDeclarativeAnchors : public QObject { Q_OBJECT |