- 
    
Task
 - 
    Resolution: Invalid
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    5.15.5, 6.2
 - 
    None
 
For certain input QFileInfo::exists takes more than a minute to return on windows.
Reproducible with: 
#include <QFileInfo> int main() { QFileInfo fi("//www.orf.at/news\\\\"); return fi.exists(); }
It seems it get stuck in the GetFileAttributesEx inside QFileSystemEngine::fillMetaData.
- is required for
 - 
                    
QTCREATORBUG-26579 Qt Creator gets unresponsive when editing specific strings in a *.pro file
-         
     - Closed
 
 -