summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-02-09 13:37:02 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2010-02-09 13:38:49 (GMT)
commite712ecee850e04084643243a096befbf47e4e8b9 (patch)
treef4ae1413fed65fa5d19516fa758c38cf2a746be5
parent62d3e29b374cd94adcb5fb937fd57d8d21a78594 (diff)
downloadQt-e712ecee850e04084643243a096befbf47e4e8b9.zip
Qt-e712ecee850e04084643243a096befbf47e4e8b9.tar.gz
Qt-e712ecee850e04084643243a096befbf47e4e8b9.tar.bz2
Remove unimplemented methods from header
Implementations got removed in d914555badcd4
-rw-r--r--src/declarative/qml/qmlmetatype.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlmetatype.h b/src/declarative/qml/qmlmetatype.h
index e7f7b6d..32174ff 100644
--- a/src/declarative/qml/qmlmetatype.h
+++ b/src/declarative/qml/qmlmetatype.h
@@ -87,7 +87,6 @@ public:
static int listType(int);
static bool clear(const QVariant &);
static bool append(const QVariant &, const QVariant &);
- static QVariant fromObject(QObject *, int type);
static const QMetaObject *rawMetaObjectForType(int);
static const QMetaObject *metaObjectForType(int);
static int attachedPropertiesFuncId(const QMetaObject *);
@@ -143,7 +142,6 @@ public:
const QMetaObject *attachedPropertiesType() const;
int parserStatusCast() const;
- QVariant fromObject(QObject *) const;
const char *interfaceIId() const;
int propertyValueSourceCast() const;
int propertyValueInterceptorCast() const;