diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-11 09:01:07 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-09-20 15:59:43 +0200 |
commit | 09e85e948cdb361c306a1cccbc3557a464366a21 (patch) | |
tree | 9a33804b4370079902d7715ff5bc0c1e539b46e0 /launcher/NullInstance.h | |
parent | 9ec1c00887579e97c7b7a190756f6ddae583563f (diff) | |
download | PrismLauncher-09e85e948cdb361c306a1cccbc3557a464366a21.tar.gz PrismLauncher-09e85e948cdb361c306a1cccbc3557a464366a21.tar.bz2 PrismLauncher-09e85e948cdb361c306a1cccbc3557a464366a21.zip |
refactor: introduce RuntimeContext
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/NullInstance.h')
-rw-r--r-- | launcher/NullInstance.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 + } }; |