mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
mark Paths.isPortable as deprecated
This commit is contained in:
parent
eb96bd50c3
commit
1bf40b70a0
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ public:
|
||||||
QString themesDirectory;
|
QString themesDirectory;
|
||||||
|
|
||||||
bool createFolder(const QString &folderPath);
|
bool createFolder(const QString &folderPath);
|
||||||
bool isPortable() const;
|
[[deprecated("use Modes::instance().portable instead")]] bool isPortable()
|
||||||
|
const;
|
||||||
|
|
||||||
QString cacheDirectory() const;
|
QString cacheDirectory() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue