-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
The page QDesktopServices reports the list of enum values that can be used with the displayName() and storageLocation() methods:
- DesktopServices.DesktopLocation
- ...
- DesktopServices.TemplatesLocation
However they all miss a leading Q and should be:
- QDesktopServices.DesktopLocation
- ...
- QDesktopServices.TemplatesLocation
I tried using some of them as they are, and they don't work, but they do work if I add the initial Q.