summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-10-11 22:48:10 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-10-11 22:48:10 (GMT)
commit76b29d542e13184da81129ea3f7373ffd71ceedc (patch)
treec18a7af8ae2f70d6fcda5b74cd00161241596beb /src/declarative/qml/qmlmetaproperty_p.h
parentac507b4752dcd065038130d224910a6dc64f8f37 (diff)
parent76448b41bb9c6212d2534f0597f9973c881c77bd (diff)
downloadQt-76b29d542e13184da81129ea3f7373ffd71ceedc.zip
Qt-76b29d542e13184da81129ea3f7373ffd71ceedc.tar.gz
Qt-76b29d542e13184da81129ea3f7373ffd71ceedc.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty_p.h')
-rw-r--r--src/declarative/qml/qmlmetaproperty_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlmetaproperty_p.h b/src/declarative/qml/qmlmetaproperty_p.h
index a856b90..b74aa2d 100644
--- a/src/declarative/qml/qmlmetaproperty_p.h
+++ b/src/declarative/qml/qmlmetaproperty_p.h
@@ -96,8 +96,6 @@ public:
int propertyType() const;
QmlMetaProperty::PropertyCategory propertyCategory() const;
- void writeSignalProperty(const QVariant &);
-
QVariant readValueProperty();
void writeValueProperty(const QVariant &, QmlMetaProperty::WriteFlags);
static bool writeEnumProperty(const QMetaProperty &prop, int idx, QObject *object, const QVariant &value, int flags);