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

Regression: Qt 5.3 breaks gsetting-qt completely

XMLWordPrintable

    • 2ee0b6ed788325cad73c3646ab2d72eadeeb1b0c (qtdeclarative)

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes