summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r--logic/BaseInstance.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h
index bcd1e0da..070a9838 100644
--- a/logic/BaseInstance.h
+++ b/logic/BaseInstance.h
@@ -170,6 +170,11 @@ public:
virtual IPathMatcher::Ptr getLogFileMatcher() = 0;
/*!
+ * Returns the root folder to use for looking up log files
+ */
+ virtual QString getLogFileRoot() = 0;
+
+ /*!
* does any necessary cleanups after the instance finishes. also runs before\
* TODO: turn into a task that can run asynchronously
*/