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()) {
|
if (data.isEmpty() && !ret->data().isEmpty()) {
|
||||||
data = ret->data();
|
data = ret->data();
|
||||||
dirty = true;
|
dirty = true;
|
||||||
q->checkForUpdate();
|
q->forceImmediateUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
KConfigGroup expireGroup = storage->operationDescription("expire");
|
KConfigGroup expireGroup = storage->operationDescription("expire");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user