mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Refactor SettingsStorage implementation
Remove redundant fragmentation of logic. PR #17354.
This commit is contained in:
committed by
GitHub
parent
437ddd3f76
commit
d3e7e8a630
@@ -108,7 +108,7 @@ QString Profile::profileName() const
|
||||
return m_profileImpl->profileName();
|
||||
}
|
||||
|
||||
SettingsPtr Profile::applicationSettings(const QString &name) const
|
||||
std::unique_ptr<QSettings> Profile::applicationSettings(const QString &name) const
|
||||
{
|
||||
return m_profileImpl->applicationSettings(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user