Document the QAbstractFileIconProvider::IconType enum

Follow language from the icon naming specification on freedesktop.org at

https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

Change-Id: I740842a39a9cd56152a799698a648ad6a6e274e5
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Volker Hilsheimer 2020-08-25 15:09:45 +02:00
parent b77a3f47c9
commit 869ab57c99

View File

@ -63,13 +63,14 @@ QAbstractFileIconProviderPrivate::~QAbstractFileIconProviderPrivate() = default;
/*!
\enum QAbstractFileIconProvider::IconType
\value Computer
\value Desktop
\value Trashcan
\value Network
\value Drive
\value Folder
\value File
\value Computer The icon used for the computing device as a whole
\value Desktop The icon for the special "Desktop" directory of the user
\value Trashcan The icon for the user's "Trash" place in the desktop's file manager
\value Network The icon for the Network Servers place in the desktop's file manager,
and workgroups within the network
\value Drive The icon used for disk drives
\value Folder The standard folder icon used to represent directories on local filesystems
\value File The icon used for generic text file types
*/
/*!