diff --git a/runnermanager.cpp b/runnermanager.cpp index dc32d2ae2..845fe224c 100644 --- a/runnermanager.cpp +++ b/runnermanager.cpp @@ -252,6 +252,11 @@ public: } } + if (!singleRunnerWasLoaded) { + // in case we deleted it up above + clearSingleRunner(); + } + kDebug() << "All runners loaded, total:" << runners.count(); }