QCA docs: Call QSettings() default constructor

Change-Id: I42c68f7386226a1213f635fbcd8835491450d274
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit f5ea7dd88b13594dca886c4396e3b9ac0ca76840)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-07-06 08:29:50 +02:00 committed by Qt Cherry-pick Bot
parent 3d21cc29e8
commit 49f8f62b03

View File

@ -2590,7 +2590,7 @@ QStringList QCoreApplication::arguments()
\brief the name of the organization that wrote this application
The value is used by the QSettings class when it is constructed
using the empty constructor. This saves having to repeat this
using the default constructor. This saves having to repeat this
information each time a QSettings object is created.
On Mac, QSettings uses \l {QCoreApplication::}{organizationDomain()} as the organization
@ -2630,7 +2630,7 @@ QString QCoreApplication::organizationName()
\brief the Internet domain of the organization that wrote this application
The value is used by the QSettings class when it is constructed
using the empty constructor. This saves having to repeat this
using the default constructor. This saves having to repeat this
information each time a QSettings object is created.
On Mac, QSettings uses organizationDomain() as the organization
@ -2667,7 +2667,7 @@ QString QCoreApplication::organizationDomain()
\brief the name of this application
The application name is used in various Qt classes and modules,
most prominently in \l{QSettings} when it is constructed using the empty constructor.
most prominently in \l{QSettings} when it is constructed using the default constructor.
Other uses are in formatted logging output (see \l{qSetMessagePattern()}),
in output by \l{QCommandLineParser}, in \l{QTemporaryDir} and \l{QTemporaryFile}
default paths, and in some file locations of \l{QStandardPaths}.