force an immediate update
This commit is contained in:
parent
69d7a00ba9
commit
a975897d70
@ -255,7 +255,7 @@ void DataContainerPrivate::populateFromStoredData(KJob *job)
|
||||
if (data.isEmpty() && !ret->data().isEmpty()) {
|
||||
data = ret->data();
|
||||
dirty = true;
|
||||
q->checkForUpdate();
|
||||
q->forceImmediateUpdate();
|
||||
}
|
||||
|
||||
KConfigGroup expireGroup = storage->operationDescription("expire");
|
||||
|
Loading…
Reference in New Issue
Block a user