beginning of keys setting

This commit is contained in:
Blue 2023-11-16 21:08:40 -03:00
parent 75554c7451
commit 8f5325b291
Signed by: blue
GPG key ID: 9B203B252A63EE38
11 changed files with 385 additions and 323 deletions

View file

@ -114,6 +114,9 @@ void UI::Info::onButtonBoxAccepted() {
contactGeneral->fillVCard(card);
contactContacts->fillVCard(card);
card.setDescription(description->description());
#ifdef WITH_OMEMO
omemo->fillData(info.getActiveKeysRef());
#endif
emit saveInfo(info);
emit close();
}
@ -161,7 +164,8 @@ void UI::Info::initializeDescription(const QString& descr, bool editable) {
}
QString UI::Info::getJid() const {
return jid;}
return jid;
}
void UI::Info::clear() {
if (contactGeneral != nullptr) {