force of habit :)

This commit is contained in:
Aaron Seigo 2011-11-30 15:19:58 +01:00
parent 3bf1d0d63d
commit 3c401cd360

View File

@ -331,7 +331,7 @@ void DataEngine::removeAllSources()
while (it.hasNext()) {
it.next();
Plasma::DataContainer *s = it.value();
const QString &source = it.key();
const QString source = it.key();
it.remove();
s->disconnect(this);
s->deleteLater();