summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-03-10 23:40:31 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-03-10 23:40:31 (GMT)
commit1c76ce32af211250935db7af8fa6f6e3e8afd01c (patch)
tree8c9170b0befc9ee29b47ee714cd1db274b8c9d07 /src/declarative/qml
parenta2e78555fe40726c6e3ace09db34ec2afd1cee59 (diff)
downloadQt-1c76ce32af211250935db7af8fa6f6e3e8afd01c.zip
Qt-1c76ce32af211250935db7af8fa6f6e3e8afd01c.tar.gz
Qt-1c76ce32af211250935db7af8fa6f6e3e8afd01c.tar.bz2
Comment out unused method.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qdeclarativepropertycache.cpp3
-rw-r--r--src/declarative/qml/qdeclarativepropertycache_p.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativepropertycache.cpp b/src/declarative/qml/qdeclarativepropertycache.cpp
index cbb67e1..2c39d97 100644
--- a/src/declarative/qml/qdeclarativepropertycache.cpp
+++ b/src/declarative/qml/qdeclarativepropertycache.cpp
@@ -419,9 +419,10 @@ 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 db93de3..9117658 100644
--- a/src/declarative/qml/qdeclarativepropertycache_p.h
+++ b/src/declarative/qml/qdeclarativepropertycache_p.h
@@ -137,7 +137,7 @@ 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 *);
+// static Data property(const QMetaObject *, const char *);
protected:
virtual void clear();