mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07: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:
parent
2045c38005
commit
b06080e2e7
4 changed files with 45 additions and 87 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
|
||||
/// Returns either default name for configuration file (QCoreApplication::applicationName())
|
||||
/// or the value, supplied via parameters
|
||||
QString configurationName() const;
|
||||
QString profileName() const;
|
||||
|
||||
QString toPortablePath(const QString &absolutePath) const;
|
||||
QString fromPortablePath(const QString &portablePath) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue