mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Replace platform-specific code in Private::DefaultProfile with QStandardPaths.
This should also fix Profile::location(SpecialFolder::Config) on Windows.
This commit is contained in:
@@ -90,9 +90,9 @@ QString Profile::location(SpecialFolder folder) const
|
||||
return result;
|
||||
}
|
||||
|
||||
QString Profile::configurationName() const
|
||||
QString Profile::profileName() const
|
||||
{
|
||||
return m_profileImpl->configurationName();
|
||||
return m_profileImpl->profileName();
|
||||
}
|
||||
|
||||
SettingsPtr Profile::applicationSettings(const QString &name) const
|
||||
|
||||
Reference in New Issue
Block a user