diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-30 08:51:45 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-05 02:39:04 (GMT) |
commit | 99cf375f554fe01cf47fd4e1a291d4bba62b4018 (patch) | |
tree | 4370a9921d21c3480a89a045f2ef7f88ba57bf26 /src/declarative/qml/qmlmetaproperty_p.h | |
parent | dff7f0593d86e90eb14c805a96ebbda778f45a82 (diff) | |
download | Qt-99cf375f554fe01cf47fd4e1a291d4bba62b4018.zip Qt-99cf375f554fe01cf47fd4e1a291d4bba62b4018.tar.gz Qt-99cf375f554fe01cf47fd4e1a291d4bba62b4018.tar.bz2 |
Minor QmlMetaProperty cleanup
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty_p.h')
-rw-r--r-- | src/declarative/qml/qmlmetaproperty_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlmetaproperty_p.h b/src/declarative/qml/qmlmetaproperty_p.h index 0d96174..3193aaf 100644 --- a/src/declarative/qml/qmlmetaproperty_p.h +++ b/src/declarative/qml/qmlmetaproperty_p.h @@ -98,6 +98,8 @@ public: QmlMetaProperty::PropertyCategory propertyCategory() const; void writeSignalProperty(const QVariant &); + + QVariant readValueProperty(); void writeValueProperty(const QVariant &, QmlMetaProperty::WriteSource); static quint32 saveValueType(int, int); |