diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-05 08:55:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-05 08:55:25 -0400 |
| commit | 73556ad0845ee6dea2ec9f1fa50903de0448fa91 (patch) | |
| tree | 14670d7ce21598f7570de952ad104b2f3576010a /src/instancemanager.h | |
| parent | 605b669bed0344fa6539a471a040d3ceeb24771c (diff) | |
| parent | 76df854483c40cb7610d79c5540a5e67f554d840 (diff) | |
Merge pull request #852 from isanae/symlinks-log-only
Symlinks warning
Diffstat (limited to 'src/instancemanager.h')
| -rw-r--r-- | src/instancemanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/instancemanager.h b/src/instancemanager.h index 0e31fb08..649c2195 100644 --- a/src/instancemanager.h +++ b/src/instancemanager.h @@ -39,6 +39,7 @@ public: QString currentInstance() const; bool allowedToChangeInstance() const; + static bool isPortablePath(const QString& dataPath); private: |
