Do not prepend \\ to network share paths
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
QString makeMaxPath(QString path)
|
||||
{
|
||||
#ifdef Q_OS_WIN64
|
||||
if(!path.startsWith("\\\\?\\"))
|
||||
if(!path.startsWith("\\\\"))
|
||||
{
|
||||
QFileInfo info(path);
|
||||
path = info.absoluteFilePath();
|
||||
|
||||
Reference in New Issue
Block a user