call init() in runner manager so all runners get it called

svn path=/trunk/KDE/kdelibs/; revision=1041873
This commit is contained in:
Aaron J. Seigo 2009-10-28 18:15:23 +00:00
parent fc17e37914
commit 3e7c2125a8
2 changed files with 1 additions and 2 deletions

View File

@ -73,8 +73,6 @@ public:
<< runnerDescription.name() << "Runner.";
delete package;
package = 0;
} else {
QTimer::singleShot(0, runner, SLOT(init()));
}
}
}

View File

@ -170,6 +170,7 @@ public:
}
*/
QMetaObject::invokeMethod(runner, "init");
runners.insert(runnerName, runner);
} else {
kDebug() << "failed to load runner:" << service->name()