Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-38085

Regression: Qt 5.3 breaks gsetting-qt completely

    XMLWordPrintable

Details

    • 2ee0b6ed788325cad73c3646ab2d72eadeeb1b0c (qtdeclarative)

    Description

      Qt 5.3:

      import QtQuick 2.2
      import GSettings 1.0

      Window {
      GSettings

      {id: panelSettings; schema.id: "org.qmldesktop.qmlpanel"; schema.path: "/org/qmldesktop/qmlpanel/"; }

      }

      completely fails with:
      IDs must contain only letters, numbers, and underscores

      put // in front of schema.id and it doesn't give the same error but without
      setting the schema.id it doesn't do anything.

      It seems Qt 5.3 interprets GSettings schema.id the same way id treats it's own id: parameter

      Attachments

        For Gerrit Dashboard: QTBUG-38085
        # Subject Branch Project Status CR V

        Activity

          People

            shausman Simon Hausmann
            damianatorrpm Damian Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes