keeping with the refactoring

This commit is contained in:
Blue 2023-02-03 21:43:13 +03:00
parent edf1ee60cd
commit bf11d8a74e
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 298 additions and 6 deletions

View file

@ -45,6 +45,7 @@ public:
~ContactGeneral();
void setVCard(const QString& jid, const Shared::VCard& card, bool editable = false);
void fillVCard(Shared::VCard& card) const;
QString title() const;
private: