aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/qml/qqmlcontext.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlcontext.cpp b/src/qml/qml/qqmlcontext.cpp
index 797ab34937..e884b28532 100644
--- a/src/qml/qml/qqmlcontext.cpp
+++ b/src/qml/qml/qqmlcontext.cpp
@@ -441,6 +441,9 @@ QUrl QQmlContext::baseUrl() const
return d->m_data->baseUrl();
}
+/*!
+ * \internal
+ */
QJSValue QQmlContext::importedScript(const QString &name) const
{
Q_D(const QQmlContext);