summaryrefslogtreecommitdiff
path: root/src/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r--src/controls/ApplicationWindow.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index fb9cdacd..b739ecae 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -84,7 +84,7 @@ import QtQuick.Controls.Private 1.0
\note By default, an ApplicationWindow is not visible.
- The \l{Qt Quick Controls - Gallery} example is a good starting
+ The \l{Qt Quick Controls 1 - Gallery} example is a good starting
point to explore this type.
*/
@@ -147,7 +147,7 @@ Window {
property alias contentItem : contentArea
/*! The style Component for the window.
- \sa {Qt Quick Controls Styles QML Types}
+ \sa {Qt Quick Controls 1 Styles QML Types}
*/
property Component style: Settings.styleComponent(Settings.style, "ApplicationWindowStyle.qml", root)