trust level display in delegate, list size tweaking
This commit is contained in:
parent
d4bf7e599a
commit
b72a837754
10 changed files with 203 additions and 27 deletions
|
@ -144,6 +144,8 @@ enum class TrustLevel {
|
|||
authenticated
|
||||
};
|
||||
Q_ENUM_NS(TrustLevel)
|
||||
static const TrustLevel TrustLevelHighest = TrustLevel::undecided;
|
||||
static const TrustLevel TrustLevelLowest = TrustLevel::authenticated;
|
||||
|
||||
enum class EncryptionProtocol {
|
||||
omemo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue