mirror of https://github.com/procxx/kepka.git
Use sync notifications for name changes.
Search index updates must be sync or it may use new values twice.
This commit is contained in:
parent
67bdb4cec8
commit
ca15fa3a97
|
@ -317,7 +317,7 @@ void PeerData::updateNameDelayed(const QString &newName, const QString &newNameO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fillNames();
|
fillNames();
|
||||||
Notify::peerUpdatedDelayed(update);
|
Notify::PeerUpdated().notify(update, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
ClickHandlerPtr PeerData::createOpenLink() {
|
ClickHandlerPtr PeerData::createOpenLink() {
|
||||||
|
|
Loading…
Reference in New Issue