Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-3877

QDesktopServices enums missing Q

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • Documentation
    • 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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            installerteam Installer Team
            flinco Lorenzo Buzzi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes