From 5774f3c944ffc380d7c21845b294979970d8b502 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 19 Aug 2013 16:53:14 +0200 Subject: [PATCH] Fix name of configure flag in QSettings documentation. It's "-sysconfdir", with one hyphen. Change-Id: I62ddece98ee23989ae8d1881feb375e30d872190 Reviewed-by: Oswald Buddenhagen --- src/corelib/io/qsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/io/qsettings.cpp b/src/corelib/io/qsettings.cpp index 5b4d4ec0d82..22eda87c363 100644 --- a/src/corelib/io/qsettings.cpp +++ b/src/corelib/io/qsettings.cpp @@ -3443,7 +3443,7 @@ void QSettings::setUserIniPath(const QString &dir) \c XDG_CONFIG_HOME environment variable. The default SystemScope paths on Unix and Mac OS X (\c /etc/xdg) can be overridden when building the Qt library using the \c configure script's \c - --sysconfdir flag (see QLibraryInfo for details). + -sysconfdir flag (see QLibraryInfo for details). Setting the NativeFormat paths on Windows and Mac OS X has no effect.