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/qdeclarativeitem.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/qdeclarativeitem.h')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.h b/src/declarative/graphicsitems/qdeclarativeitem.h index 0fb8e4d..51889f6 100644 --- a/src/declarative/graphicsitems/qdeclarativeitem.h +++ b/src/declarative/graphicsitems/qdeclarativeitem.h @@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE QT_MODULE(Declarative) class QDeclarativeState; -struct QDeclarativeAnchorLine; +class QDeclarativeAnchorLine; class QDeclarativeTransition; class QDeclarativeKeyEvent; class QDeclarativeAnchors; |