aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltype_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmltype_p.h')
-rw-r--r--src/qml/qml/qqmltype_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmltype_p.h b/src/qml/qml/qqmltype_p.h
index 0655583e1e..cbbfe955cc 100644
--- a/src/qml/qml/qqmltype_p.h
+++ b/src/qml/qml/qqmltype_p.h
@@ -201,6 +201,8 @@ public:
void setPendingResolutionName(const QString &name);
QString pendingResolutionName() const;
+ void createProxy(QObject *instance) const;
+
private:
friend class QQmlTypePrivate;
friend size_t qHash(const QQmlType &t, size_t seed);