aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquicklabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquicklabel.cpp')
-rw-r--r--src/quicktemplates2/qquicklabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquicklabel.cpp b/src/quicktemplates2/qquicklabel.cpp
index 158334d4..865db614 100644
--- a/src/quicktemplates2/qquicklabel.cpp
+++ b/src/quicktemplates2/qquicklabel.cpp
@@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE
\qmltype Label
\inherits Text
\instantiates QQuickLabel
- \inqmlmodule Qt.labs.controls
+ \inqmlmodule QtQuick.Controls
\ingroup text
\brief A text label with inherited styling and font.
@@ -184,7 +184,7 @@ void QQuickLabel::setFont(const QFont &font)
}
/*!
- \qmlproperty Item Qt.labs.controls::Label::background
+ \qmlproperty Item QtQuick.Controls::Label::background
This property holds the background item.