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

QTemporary file on network share change from 5.13.2

XMLWordPrintable

    • Windows
    • 21
    • ec9e85656339dbc9e6918a1369c981cece7bc97d (qt/qtbase/dev) 9d0be7b1a920cd9d7ae949bc3dc14774a439b3d0 (qt/qtbase/6.0) ad12c3c40b07079d875f48027eef0786acef7de0 (qt/qtbase/6.1)

      std::string CreateUniqueFile(const std::string& nametemplate) { 
          QTemporaryFile tmpfile(QString::fromStdString(nametemplate)); 
          if (tmpfile.open()) { tmpfile.setAutoRemove(false); 
              return tmpfile.fileName().toStdString();
          return "";
      

      This function returns something different in 5.13.2 than in 5.14.1 when creating a QTemporaryFile on a windows network share. I have a share path "//share/dir/. 5.13.2 returned here a path "//share/dir/<file>", while 5.14.1 returned a path "UNC/share/dir/<file>"

        1. qtbug83365_diag.diff
          5 kB
          Friedemann Kleint
        2. qtbug83365.zip
          1 kB
          Friedemann Kleint
        For Gerrit Dashboard: QTBUG-83365
        # Subject Branch Project Status CR V

            heimrich Karsten Heimrich
            cellcote Rik Schreurs
            Maurice Kalinowski Maurice Kalinowski
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: