From 09e85e948cdb361c306a1cccbc3557a464366a21 Mon Sep 17 00:00:00 2001
From: Sefa Eyeoglu <contact@scrumplex.net>
Date: Mon, 11 Jul 2022 09:01:07 +0200
Subject: refactor: introduce RuntimeContext

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
---
 launcher/NullInstance.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'launcher/NullInstance.h')

diff --git a/launcher/NullInstance.h b/launcher/NullInstance.h
index 53e64a05..628aff5f 100644
--- a/launcher/NullInstance.h
+++ b/launcher/NullInstance.h
@@ -84,4 +84,8 @@ public:
     QString modsRoot() const override {
         return QString();
     }
+    void updateRuntimeContext()
+    {
+        // NOOP
+    }
 };
-- 
cgit