diff --git a/effects.cpp b/effects.cpp index 687ffe3e12..e0d755e408 100644 --- a/effects.cpp +++ b/effects.cpp @@ -299,7 +299,6 @@ void EffectsHandlerImpl::reconfigure() QFutureWatcher *watcher = new QFutureWatcher(this); connect(watcher, SIGNAL(finished()), this, SLOT(slotEffectsQueried())); watcher->setFuture(QtConcurrent::run(KServiceTypeTrader::self(), &KServiceTypeTrader::query, QStringLiteral("KWin/Effect"), QString())); - watcher->waitForFinished(); // TODO: remove once KConfigGroup is thread safe, bug #321576 } void EffectsHandlerImpl::slotEffectsQueried()