summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2012-11-29 12:59:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 00:50:18 +0100
commite2be95338648fb2b0c2cd9e56b5640a863f4095d (patch)
tree6539b02b2d93ea21befb7f72420716d1cd65dc3a /src/corelib/io/qsettings.cpp
parent1970552e727855fd45b7b2fe3b56c14cdbf6eb58 (diff)
QtBase: Documentation: Replaced deprecated \o
... with \li in documentation lLists. Change-Id: I51f5f4f848ec1b5a379647b32772668c24ff5992 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/corelib/io/qsettings.cpp')
-rw-r--r--src/corelib/io/qsettings.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/io/qsettings.cpp b/src/corelib/io/qsettings.cpp
index c23d2a22e1..d6610e93a8 100644
--- a/src/corelib/io/qsettings.cpp
+++ b/src/corelib/io/qsettings.cpp
@@ -2438,14 +2438,14 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
running. Also, the locking isn't performed when accessing \c .plist
files.
- \o On the BlackBerry platform, applications run in a sandbox. They are not
+ \li On the BlackBerry platform, applications run in a sandbox. They are not
allowed to read or write outside of this sandbox. This involves the
following limitations:
\list
- \o As there is only a single scope the scope is simply ignored.
- \o The \l{Fallback Mechanism} is not applied, i.e. only a single
+ \li As there is only a single scope the scope is simply ignored.
+ \li The \l{Fallback Mechanism} is not applied, i.e. only a single
location is considered.
- \o It is advised against setting and using custom file paths.
+ \li It is advised against setting and using custom file paths.
\endlist
\endlist