force of habit :)
This commit is contained in:
parent
3bf1d0d63d
commit
3c401cd360
@ -331,7 +331,7 @@ void DataEngine::removeAllSources()
|
|||||||
while (it.hasNext()) {
|
while (it.hasNext()) {
|
||||||
it.next();
|
it.next();
|
||||||
Plasma::DataContainer *s = it.value();
|
Plasma::DataContainer *s = it.value();
|
||||||
const QString &source = it.key();
|
const QString source = it.key();
|
||||||
it.remove();
|
it.remove();
|
||||||
s->disconnect(this);
|
s->disconnect(this);
|
||||||
s->deleteLater();
|
s->deleteLater();
|
||||||
|
Loading…
Reference in New Issue
Block a user