summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-10-16 08:19:37 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-10-16 10:22:02 +0200
commit2ba245521ca5b1569fbe1ee4ccd29f4618bd680b (patch)
tree4ffcc10a65769aadc4bf3f0a1b00f61b2f887b25 /doc/src/getting-started
parent8805551ab359d0974bba2297baeaed7c611ba155 (diff)
Clean up some references to Qt 5 in docs
In several places, "Qt 5" is treated as the brand name, and should be replaced with just "Qt". The documentation is part of the repository, so no need to specify the major release series in the documentation unless we want to refer to something that changed in a specific version. Task-number: QTBUG-85207 Change-Id: I6799af72f1d0e06307a724345fb3ef5cbd8ac985 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/gettingstarted.qdoc2
-rw-r--r--doc/src/getting-started/gettingstartedqml.qdoc4
-rw-r--r--doc/src/getting-started/installation.qdoc2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/getting-started/gettingstarted.qdoc b/doc/src/getting-started/gettingstarted.qdoc
index f4fe51953..c7d679487 100644
--- a/doc/src/getting-started/gettingstarted.qdoc
+++ b/doc/src/getting-started/gettingstarted.qdoc
@@ -132,7 +132,7 @@
UIs.
For a more thorough walkthrough of the different aspects of developing
- applications with Qt 5, see the \l {QML Book}. It focuses on Qt Quick,
+ applications with Qt, see the \l {QML Book}. It focuses on Qt Quick,
but also provides the information needed to use QML together with C++.
\section1 Explore Qt
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc
index 1d033139c..64743afcc 100644
--- a/doc/src/getting-started/gettingstartedqml.qdoc
+++ b/doc/src/getting-started/gettingstartedqml.qdoc
@@ -53,8 +53,8 @@
\image addalarms.png "Add alarms"
The source files are located in the qtdoc repository.
- You can either fetch the Qt 5 sources from the Qt Project,
- or install them as part of Qt 5. The application is also available
+ You can either fetch the Qt sources from the Qt Project,
+ or install them as part of Qt. The application is also available
in the example list of Qt Creator's Welcome mode.
\section1 Creating the Alarms Project
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc
index 59b7c8e00..caa00233d 100644
--- a/doc/src/getting-started/installation.qdoc
+++ b/doc/src/getting-started/installation.qdoc
@@ -36,7 +36,7 @@ There are two ways to install Qt:
\li through the \e{Qt sources}.
\endlist
-You can download the Qt 5 installers and sources from the \l Downloads page.
+You can download the Qt installers and sources from the \l Downloads page.
For more information, visit the \l{Getting Started with Qt} page.
This page lists the relevant information for installing Qt by building the Qt