summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/designercore/include/nodemetainfo.h
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-04-08 13:08:27 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-04-10 10:05:47 +0200
commitb5b6c02957d964887cf0e0d0c0a9689df640fbff (patch)
tree0daa7636c076650c6d627424e38ffddfb28fd07e /src/plugins/qmldesigner/designercore/include/nodemetainfo.h
parentac57bee146f2a43fc2ff1a30f3b7b51b5753f1dd (diff)
downloadqt-creator-b5b6c02957d964887cf0e0d0c0a9689df640fbff.tar.gz
QmlDesigner.MetaInfo: Adding propertyIsPrivate()
Change-Id: Ia78583b080ced996d98517ce5d3294d3040f8ceb Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/designercore/include/nodemetainfo.h')
-rw-r--r--src/plugins/qmldesigner/designercore/include/nodemetainfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/designercore/include/nodemetainfo.h b/src/plugins/qmldesigner/designercore/include/nodemetainfo.h
index c2c4766bb0..0ece87b058 100644
--- a/src/plugins/qmldesigner/designercore/include/nodemetainfo.h
+++ b/src/plugins/qmldesigner/designercore/include/nodemetainfo.h
@@ -79,6 +79,7 @@ public:
bool propertyIsWritable(const PropertyName &propertyName) const;
bool propertyIsListProperty(const PropertyName &propertyName) const;
bool propertyIsEnumType(const PropertyName &propertyName) const;
+ bool propertyIsPrivate(const PropertyName &propertyName) const;
QString propertyEnumScope(const PropertyName &propertyName) const;
QStringList propertyKeysForEnum(const PropertyName &propertyName) const;
QVariant propertyCastedValue(const PropertyName &propertyName, const QVariant &value) const;