prep newly loaded runners if we're running a match
This commit is contained in:
parent
3f1e310891
commit
8af1a4d2f1
@ -293,6 +293,9 @@ public:
|
|||||||
kDebug() << "================= loading runner:" << service->name() << "=================";
|
kDebug() << "================= loading runner:" << service->name() << "=================";
|
||||||
QObject::connect(runner, SIGNAL(matchingSuspended(bool)), q, SLOT(runnerMatchingSuspended(bool)));
|
QObject::connect(runner, SIGNAL(matchingSuspended(bool)), q, SLOT(runnerMatchingSuspended(bool)));
|
||||||
QMetaObject::invokeMethod(runner, "init");
|
QMetaObject::invokeMethod(runner, "init");
|
||||||
|
if (prepped) {
|
||||||
|
emit runner->prepare();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return runner;
|
return runner;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user