forked from blue/squawk
showing the button for encryption if there is at least one omemo key, trust summary update calculations
This commit is contained in:
parent
4f295fee3c
commit
69d797fe51
9 changed files with 134 additions and 39 deletions
|
@ -32,6 +32,10 @@ public:
|
|||
TrustHandler(Account* account);
|
||||
~TrustHandler();
|
||||
|
||||
signals:
|
||||
void trustLevelsChanged(const QString& jid, const Shared::TrustSummary& summary) const;
|
||||
|
||||
public:
|
||||
typedef QMultiHash<QString, QByteArray> MultySB;
|
||||
typedef QHash<QString, MultySB> HashSM;
|
||||
typedef const QList<QString>& CLSR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue