From 258143c07a900c895f597dd135fa6eea51b65111 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 3 Sep 2019 17:50:16 +0200 Subject: QQmlType: Remove dead code QQmlType::superType() is a private method that isn't called from anywhere. Change-Id: I5aa291b44c0cb72f8cf46ef765d4742496482477 Reviewed-by: Simon Hausmann --- src/qml/qml/qqmltype_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/qml/qqmltype_p.h') diff --git a/src/qml/qml/qqmltype_p.h b/src/qml/qml/qqmltype_p.h index 158fefad2c..4dec20600b 100644 --- a/src/qml/qml/qqmltype_p.h +++ b/src/qml/qml/qqmltype_p.h @@ -182,7 +182,6 @@ public: }; private: - QQmlType superType() const; QQmlType resolveCompositeBaseType(QQmlEnginePrivate *engine) const; int resolveCompositeEnumValue(QQmlEnginePrivate *engine, const QString &name, bool *ok) const; QQmlPropertyCache *compositePropertyCache(QQmlEnginePrivate *engine) const; -- cgit v1.2.3