From 96fdaebb5c8c8902c98c1fb43e755cf90fc15198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 18 Aug 2015 02:25:24 +0200 Subject: GH-926 implement log cleaning functionality Also adds gzip compressed log support --- 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 aba3e484..9ddbc2b2 100644 --- a/logic/NullInstance.h +++ b/logic/NullInstance.h @@ -70,4 +70,8 @@ public: { return QMap(); } + virtual IPathMatcher::Ptr getLogFileMatcher() + { + return nullptr; + } }; -- cgit v1.2.3