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