QStandardPaths: Add GenericConfigLocation to the documentation

The actual feature comes from a merge from the stable branch.

Change-Id: Id067fb2b26cb3c6b78c7705b77bd741e3bd8f090
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
David Faure 2013-11-01 10:06:50 +01:00 committed by The Qt Project
parent 2ff0746e97
commit 3604280b41

View File

@ -188,6 +188,9 @@ QT_BEGIN_NAMESPACE
\row \li ConfigLocation
\li "~/Library/Preferences"
\li "C:/Users/<USER>/AppData/Local/<APPNAME>", "C:/ProgramData/<APPNAME>"
\row \li GenericConfigLocation
\li "~/Library/Preferences"
\li "C:/Users/<USER>/AppData/Local", "C:/ProgramData"
\row \li DownloadLocation
\li "~/Documents"
\li "C:/Users/<USER>/Documents"
@ -240,6 +243,9 @@ QT_BEGIN_NAMESPACE
\row \li ConfigLocation
\li "<APPROOT>/data/Settings"
\li "~/.config", "/etc/xdg"
\row \li GenericConfigLocation
\li "<APPROOT>/data/Settings"
\li "~/.config", "/etc/xdg"
\row \li DownloadLocation
\li "<APPROOT>/shared/downloads"
\li "~/Downloads"