force of habit :)

This commit is contained in:
Aaron Seigo 2011-11-30 15:19:58 +01:00
parent d1cdb6c7d2
commit 61cdb24cdb

View File

@ -302,7 +302,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();