mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
Merge pull request #7561 from sledgehammer999/native_path
Show new paths in native form.
This commit is contained in:
commit
27a7e86599
@ -127,7 +127,7 @@ void FileSystemPathEdit::FileSystemPathEditPrivate::browseActionTriggered()
|
||||
throw std::logic_error("Unknown FileSystemPathEdit mode");
|
||||
}
|
||||
if (!selectedPath.isEmpty())
|
||||
q->setEditWidgetText(selectedPath);
|
||||
q->setEditWidgetText(Utils::Fs::toNativePath(selectedPath));
|
||||
}
|
||||
|
||||
QString FileSystemPathEdit::FileSystemPathEditPrivate::dialogCaptionOrDefault() const
|
||||
|
Loading…
Reference in New Issue
Block a user