Fixed open path a second time
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
78482d0d3e
commit
12bf913764
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ bool openPath(const QFileInfo& path, bool ensureFolderPathExists)
|
||||||
if (ensureFolderPathExists) {
|
if (ensureFolderPathExists) {
|
||||||
FS::ensureFolderPathExists(path);
|
FS::ensureFolderPathExists(path);
|
||||||
}
|
}
|
||||||
return openUrl(QUrl::fromLocalFile(QFileInfo(path).absolutePath()));
|
return openUrl(QUrl::fromLocalFile(QFileInfo(path).absoluteFilePath()));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool openPath(const QString& path, bool ensureFolderPathExists)
|
bool openPath(const QString& path, bool ensureFolderPathExists)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue