force of habit :)
This commit is contained in:
parent
d1cdb6c7d2
commit
61cdb24cdb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user