plasma: oops, fix build after 5600c15d

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-04-11 08:29:57 +00:00
parent c26366971f
commit 2a585a9d42

View file

@ -265,13 +265,13 @@ public:
void checkTearDown()
{
//kDebug() << prepped << teardownRequested << threadPool.activeThreadCount();
//kDebug() << prepped << teardownRequested << threadPool->activeThreadCount();
if (!prepped || !teardownRequested) {
return;
}
if (threadPool.activeThreadCount() <= 0) {
if (threadPool->activeThreadCount() <= 0) {
if (allRunnersPrepped) {
foreach (AbstractRunner *runner, runners) {
emit runner->teardown();