summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativepropertycache_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-11 00:19:53 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-11 00:19:53 (GMT)
commitdd7230279bf22fe34f04aa7d216b6d2fb60db720 (patch)
treeb1dd7b7ca9995f142f7afc8be0ba56838db121dc /src/declarative/qml/qdeclarativepropertycache_p.h
parent5c4e609c4505fc0fb1564d8daea06e68df5d8f13 (diff)
downloadQt-dd7230279bf22fe34f04aa7d216b6d2fb60db720.zip
Qt-dd7230279bf22fe34f04aa7d216b6d2fb60db720.tar.gz
Qt-dd7230279bf22fe34f04aa7d216b6d2fb60db720.tar.bz2
Remove more accidentally submitted code
Diffstat (limited to 'src/declarative/qml/qdeclarativepropertycache_p.h')
-rw-r--r--src/declarative/qml/qdeclarativepropertycache_p.h1
1 files changed, 0 insertions, 1 deletions
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();