aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache.cpp
diff options
context:
space:
mode:
authorAnton Kudryavtsev <a.kudryavtsev@netris.ru>2016-07-22 15:56:02 +0300
committerAnton Kudryavtsev <a.kudryavtsev@netris.ru>2016-08-08 18:57:45 +0000
commit9699c569ae94c98d606625cd2cec9e38df630544 (patch)
treee076697c86995bc472bdf1fefd235537735ea49b /src/qml/qml/qqmlpropertycache.cpp
parent158914f98b872605a20fe63d57f7f423f93b8e09 (diff)
QQmlPropertyCache: remove unused method propertyNames()
Change-Id: Ibcae6b396677c5d4648f59a4c5998a08862cb033 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlpropertycache.cpp')
-rw-r--r--src/qml/qml/qqmlpropertycache.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/qml/qml/qqmlpropertycache.cpp b/src/qml/qml/qqmlpropertycache.cpp
index 9ac137a315..b283b4128e 100644
--- a/src/qml/qml/qqmlpropertycache.cpp
+++ b/src/qml/qml/qqmlpropertycache.cpp
@@ -894,14 +894,6 @@ void QQmlPropertyData::markAsOverrideOf(QQmlPropertyData *predecessor)
predecessor->flags.isOverridden = true;
}
-QStringList QQmlPropertyCache::propertyNames() const
-{
- QStringList keys;
- for (StringCache::ConstIterator iter = stringCache.begin(), cend = stringCache.end(); iter != cend; ++iter)
- keys.append(iter.key());
- return keys;
-}
-
struct StaticQtMetaObject : public QObject
{
static const QMetaObject *get()