aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlcomponent.cpp')
-rw-r--r--src/qml/qml/qqmlcomponent.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp
index 54d763d164..4ff47588ed 100644
--- a/src/qml/qml/qqmlcomponent.cpp
+++ b/src/qml/qml/qqmlcomponent.cpp
@@ -490,6 +490,8 @@ bool QQmlComponent::isLoading() const
/*!
Returns true if the component was created in a QML files that specifies
\c{pragma ComponentBehavior: Bound}, otherwise returns false.
+
+ \since 6.5
*/
bool QQmlComponent::isBound() const
{
@@ -594,6 +596,7 @@ QQmlComponent::QQmlComponent(QQmlEngine *engine, QAnyStringView uri, QAnyStringV
the component will be loaded and compiled asynchronously.
\sa loadFromModule()
+ \since 6.5
\overload
*/
QQmlComponent::QQmlComponent(QQmlEngine *engine, QAnyStringView uri, QAnyStringView typeName, CompilationMode mode, QObject *parent)