From 61c5a67777a6f7639c9d2f36b14f7a903bdfc5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 21 Jul 2015 02:38:15 +0200 Subject: GH-1053 explode launch task into many small steps, each a Task --- logic/NullInstance.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'logic/NullInstance.h') diff --git a/logic/NullInstance.h b/logic/NullInstance.h index bad4b4de..aba3e484 100644 --- a/logic/NullInstance.h +++ b/logic/NullInstance.h @@ -62,4 +62,12 @@ public: { return nullptr; }; + virtual QProcessEnvironment createEnvironment() + { + return QProcessEnvironment(); + } + virtual QMap getVariables() const + { + return QMap(); + } }; -- cgit v1.2.3