aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache_p.h
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_p.h
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_p.h')
-rw-r--r--src/qml/qml/qqmlpropertycache_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h
index bc2e338348..dfe0d02dcd 100644
--- a/src/qml/qml/qqmlpropertycache_p.h
+++ b/src/qml/qml/qqmlpropertycache_p.h
@@ -347,7 +347,6 @@ public:
QQmlPropertyData *method(int) const;
QQmlPropertyData *signal(int index) const;
int methodIndexToSignalIndex(int) const;
- QStringList propertyNames() const;
QString defaultPropertyName() const;
QQmlPropertyData *defaultProperty() const;