OSDN Git Service

QSettings documentation correction
authorIvailo Monev <xakepa10@gmail.com>
Wed, 31 May 2023 01:55:27 +0000 (04:55 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Wed, 31 May 2023 01:55:27 +0000 (04:55 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/io/qsettings.cpp

index 20a5eec..623fdb4 100644 (file)
@@ -505,8 +505,8 @@ QSettings::QSettings(Format format)
     file called \a fileName. If the file doesn't already exist, it is created.
 
     The meaning of \a fileName depends on the format. If \a format is
-    QSettings::NativeFormat, the filename will end with end with .json
-    suffix, if it is QSettings::IniFormat it will be suffixed with .ini.
+    QSettings::NativeFormat, the filename will end with .json suffix, if it is
+    QSettings::IniFormat it will be suffixed with .ini.
 
     If \a format is QSettings::IniFormat, \a fileName is the name of an INI
     file.