mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Fix portable mode
Try to fix portable mode bug. Closes #11706, #11178, #7765.
This commit is contained in:
@@ -71,13 +71,13 @@ public:
|
||||
QString fromPortablePath(const QString &portablePath) const;
|
||||
|
||||
private:
|
||||
Profile(Private::Profile *impl, Private::PathConverter *pathConverter);
|
||||
Profile(const QString &rootProfilePath, const QString &configurationName, bool convertPathsToProfileRelative);
|
||||
~Profile() = default; // to generate correct call to ProfilePrivate::~ProfileImpl()
|
||||
|
||||
void ensureDirectoryExists(SpecialFolder folder) const;
|
||||
|
||||
const std::unique_ptr<Private::Profile> m_profileImpl;
|
||||
const std::unique_ptr<Private::PathConverter> m_pathConverterImpl;
|
||||
std::unique_ptr<Private::Profile> m_profileImpl;
|
||||
std::unique_ptr<Private::PathConverter> m_pathConverterImpl;
|
||||
static Profile *m_instance;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user