diff options
Diffstat (limited to 'src/declarative/qml/qdeclarativemetaproperty.h')
-rw-r--r-- | src/declarative/qml/qdeclarativemetaproperty.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/declarative/qml/qdeclarativemetaproperty.h b/src/declarative/qml/qdeclarativemetaproperty.h index 4dd6668..dce0b4f 100644 --- a/src/declarative/qml/qdeclarativemetaproperty.h +++ b/src/declarative/qml/qdeclarativemetaproperty.h @@ -100,8 +100,7 @@ public: Property = 0x01, SignalProperty = 0x02, Default = 0x08, - Attached = 0x10, - ValueTypeProperty = 0x20 }; + ValueTypeProperty = 0x10 }; Type type() const; bool isProperty() const; @@ -121,15 +120,6 @@ public: QMetaProperty property() const; - QDeclarativeAbstractBinding *binding() const; - QDeclarativeAbstractBinding *setBinding(QDeclarativeAbstractBinding *, - QDeclarativeMetaProperty::WriteFlags flags = QDeclarativeMetaProperty::DontRemoveBinding) const; - - QDeclarativeExpression *signalExpression() const; - QDeclarativeExpression *setSignalExpression(QDeclarativeExpression *) const; - - static QDeclarativeMetaProperty createProperty(QObject *, const QString &, QDeclarativeContext *context=0); - int coreIndex() const; int valueTypeCoreIndex() const; private: |