mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Rename "fromNativePath" to "toUniformPath"
Unlike "toNativePath" which name clearly reflects the function result "fromNativePath" has no such clear meaning. Since this function converts path into uniform format "toUniformPath" is better name.
This commit is contained in:
@@ -571,7 +571,7 @@ QString AutoDownloadRule::savePath() const
|
||||
|
||||
void AutoDownloadRule::setSavePath(const QString &savePath)
|
||||
{
|
||||
m_dataPtr->savePath = Utils::Fs::fromNativePath(savePath);
|
||||
m_dataPtr->savePath = Utils::Fs::toUniformPath(savePath);
|
||||
}
|
||||
|
||||
TriStateBool AutoDownloadRule::addPaused() const
|
||||
|
||||
Reference in New Issue
Block a user