diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/qml/qdeclarativepropertycache.cpp | 4 | ||||
-rw-r--r-- | src/declarative/qml/qdeclarativepropertycache_p.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/qml/qdeclarativepropertycache.cpp b/src/declarative/qml/qdeclarativepropertycache.cpp index cbb67e1..fea59e5 100644 --- a/src/declarative/qml/qdeclarativepropertycache.cpp +++ b/src/declarative/qml/qdeclarativepropertycache.cpp @@ -420,8 +420,4 @@ QDeclarativePropertyCache::Data *QDeclarativePropertyCache::property(QDeclarativ return rv; } -QDeclarativePropertyCache::Data QDeclarativePropertyCache::property(const QMetaObject *, const char *) -{ -} - QT_END_NAMESPACE diff --git a/src/declarative/qml/qdeclarativepropertycache_p.h b/src/declarative/qml/qdeclarativepropertycache_p.h index 79ddf8d..bfbeff4 100644 --- a/src/declarative/qml/qdeclarativepropertycache_p.h +++ b/src/declarative/qml/qdeclarativepropertycache_p.h @@ -137,7 +137,6 @@ public: inline QDeclarativeEngine *qmlEngine() const; static Data *property(QDeclarativeEngine *, QObject *, const QScriptDeclarativeClass::Identifier &, Data &); static Data *property(QDeclarativeEngine *, QObject *, const QString &, Data &); - static Data property(const QMetaObject *, const char *); protected: virtual void clear(); |