Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21372

QML Designer tries to incorrectly connect to network because of badly constructed file paths

XMLWordPrintable

    • Windows

      It is constructing paths like this:

      "//FileSpecifics_-1_-1.qml", "C:/.../FileSpecifics_-1_-1.qml",
      "//FileSpecifics_-1_-1.qml", "//FileSpecifics_-1_-1.qml",
      "//FileSpecifics.qml", "C:/.../FileSpecifics.qml", "//FileSpecifics.qml",
      "//FileSpecifics.qml"
      

      Same happens for *Pane.qml files too.

      Since the paths start with //, on Windows these are interpreted as network hosts. Designer tries to connect to these and it has to wait for a timeout to continue.

        For Gerrit Dashboard: QTCREATORBUG-21372
        # Subject Branch Project Status CR V

            thohartm Thomas Hartmann
            poikelin Joni Poikelin
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes