summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativemetatype_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-20 12:40:08 +1000
committerWarwick Allison <warwick.allison@nokia.com>2010-04-20 12:40:08 +1000
commitf31f7ee8e966f1ccb954c0bca614f5c5605c820f (patch)
treec6a60aa9df1aa6beff3a83d3f352578092604685 /src/declarative/qml/qdeclarativemetatype_p.h
parentdc6414e75e2882dc0d23994ec8c5923906d8f08e (diff)
Improve error messages, especially on embedded.
With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available.
Diffstat (limited to 'src/declarative/qml/qdeclarativemetatype_p.h')
-rw-r--r--src/declarative/qml/qdeclarativemetatype_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativemetatype_p.h b/src/declarative/qml/qdeclarativemetatype_p.h
index 70b7c900c6..bf6a700721 100644
--- a/src/declarative/qml/qdeclarativemetatype_p.h
+++ b/src/declarative/qml/qdeclarativemetatype_p.h
@@ -123,6 +123,7 @@ public:
bool isCreatable() const;
bool isExtendedType() const;
+ QString noCreationReason() const;
bool isInterface() const;
int typeId() const;