aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaishree Vyas <Jaishree.Vyas@qt.io>2022-03-25 09:26:31 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-01 09:51:10 +0000
commite67e3e293efe2a63b4c81856849cd6a30099b71d (patch)
tree2962d37c999fd64db714dde814b780cdca5c4f8e
parent8a70e8df0030e962aabcb2322cccb09070c2311c (diff)
Doc: Fix Application type docs
Task-number: QTBUG-101149 Change-Id: Ie166665d1c094215a2dc528cfd890cbc6f29a621 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 36568b06822fd25c72ee4a23b1822bbc0fcb2721) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/util/qquickapplication.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/util/qquickapplication.cpp b/src/quick/util/qquickapplication.cpp
index 0ed3990738..0091bc7c85 100644
--- a/src/quick/util/qquickapplication.cpp
+++ b/src/quick/util/qquickapplication.cpp
@@ -92,7 +92,7 @@ QT_BEGIN_NAMESPACE
\deprecated [5.2]
Returns whether the application is active.
- Use Qt.application.state == Qt.ApplicationActive instead
+ Use Application.state == Qt.ApplicationActive instead
*/
/*!
@@ -110,7 +110,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty Qt::LayoutDiretcion Application::layoutDirection
+ \qmlproperty Qt::LayoutDirection Application::layoutDirection
This read-only property can be used to query the default layout
direction of the application. On system start-up, the default layout
@@ -214,8 +214,8 @@ QT_BEGIN_NAMESPACE
This signal is emitted when the application is about to quit the main
event loop. The signal is particularly useful if your application has to
- do some last-secondcleanup.
- Note that no user interaction is possible in this state.
+ do some last-second cleanup. User interaction is not possible in this state.
+ For more information, see \l {Window::closing()}{Window.closing}.
\sa QCoreApplication::aboutToQuit
*/