From 5bc29b06a9268a43fe13a627ac02f34a77c76895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 19 Aug 2015 02:04:56 +0200 Subject: NOISSUE fix log-related legacy instance crash and show hidden log files --- logic/NullInstance.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'logic/NullInstance.h') diff --git a/logic/NullInstance.h b/logic/NullInstance.h index 9ddbc2b2..ebfe4f56 100644 --- a/logic/NullInstance.h +++ b/logic/NullInstance.h @@ -74,4 +74,8 @@ public: { return nullptr; } + virtual QString getLogFileRoot() + { + return instanceRoot(); + } }; -- cgit v1.2.3