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

parallax example broken due to moved samegame

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.12.0
    • 5.12
    • Examples and Demos
    • None

      qtdeclarative\examples\quick\views\parallax\parallax.qml references samegame.qml via a relative path:

                  Loader {
                      anchors { top: parent.top; topMargin: 10; horizontalCenter: parent.horizontalCenter }
                      width: 300; height: 400
                      clip: true;
                      source: "../../demos/samegame/samegame.qml"
                  }
      

      However, the samegame demo has been moved to a different repository in dev/5.12.

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

            frederik Frederik Gladhorn
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes