aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlaccessors_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-06-29 10:01:21 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-29 15:01:16 +0200
commitad52fcc452b88963c7c373240af89e9f6f494019 (patch)
tree8b4968a6ef08240292fc1def6b6634bc39f526f0 /src/qml/qml/qqmlaccessors_p.h
parent25113852e985b5eec04947af2d12efe149051c92 (diff)
MSVC: Fix warnings about struct/class mismatch.
Change-Id: I7cc5b01279069229711dbdf0b28e935ab3391c08 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/qml/qml/qqmlaccessors_p.h')
-rw-r--r--src/qml/qml/qqmlaccessors_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlaccessors_p.h b/src/qml/qml/qqmlaccessors_p.h
index 0a1cbda3ae..c40388699e 100644
--- a/src/qml/qml/qqmlaccessors_p.h
+++ b/src/qml/qml/qqmlaccessors_p.h
@@ -57,7 +57,7 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
class QObject;
-class QMetaObject;
+struct QMetaObject;
class QQmlNotifier;
// QML "accessor properties" allow V4 and V8 to bypass Qt's meta system to read and, more