mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: oops, fix build after 5600c15d
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c26366971f
commit
2a585a9d42
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue