From 1f2bed2ef119094bdc156aa3a206b93dea5081d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 16 Jun 2016 02:20:23 +0200 Subject: NOISSUE implement direct java launch Just running the Java process and giving it params on the command line --- api/logic/NullInstance.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'api/logic/NullInstance.h') diff --git a/api/logic/NullInstance.h b/api/logic/NullInstance.h index fbb2d985..d87fb6f7 100644 --- a/api/logic/NullInstance.h +++ b/api/logic/NullInstance.h @@ -87,4 +87,10 @@ public: { return false; } + QStringList verboseDescription(AuthSessionPtr session) override + { + QStringList out; + out << "Null instance - placeholder."; + return out; + } }; -- cgit v1.2.3