diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-05 08:53:31 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-05 08:53:31 -0400 |
| commit | 76df854483c40cb7610d79c5540a5e67f554d840 (patch) | |
| tree | 14670d7ce21598f7570de952ad104b2f3576010a /src/instancemanager.h | |
| parent | 605b669bed0344fa6539a471a040d3ceeb24771c (diff) | |
only log a warning for symlinks instead of exiting MO
added logs: when dmp files are present, for portable instances, and the ini path
clear the log widget when switching instances
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: |
