mirror of https://github.com/qt/qtbase.git
Doc: Mark QSP::PublicShare, Templates for 6.4
The commit missed the 6.3 branching / feature freeze. Task-number: QTBUG-86106 Task-number: QTBUG-78092 Change-Id: I1d6b1efe0d482b6fc1ff3cfbbb440856b8cf1856 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
197b5de0d8
commit
98237fe16c
|
@ -156,11 +156,11 @@ QT_BEGIN_NAMESPACE
|
|||
\value PublicShareLocation Returns a directory location where user-specific publicly shared files
|
||||
and directories can be stored. This is a generic value. Note that the returned path may be
|
||||
empty if the system has no concept of a publicly shared location.
|
||||
This enum value was added in Qt 6.3.
|
||||
This enum value was added in Qt 6.4.
|
||||
\value TemplatesLocation Returns a directory location where user-specific
|
||||
template files can be stored. This is a generic value. Note that the returned path may be
|
||||
empty if the system has no concept of a templates location.
|
||||
This enum value was added in Qt 6.3.
|
||||
This enum value was added in Qt 6.4.
|
||||
|
||||
The following table gives examples of paths on different operating systems.
|
||||
The first path is the writable path (unless noted). Other, additional
|
||||
|
|
Loading…
Reference in New Issue