some refactoring, some improvements
This commit is contained in:
parent
be466fbad1
commit
e31ef78e71
13 changed files with 188 additions and 147 deletions
|
@ -136,6 +136,14 @@ enum class Support {
|
|||
};
|
||||
Q_ENUM_NS(Support)
|
||||
|
||||
enum class Possible {
|
||||
unknown,
|
||||
discovering,
|
||||
present,
|
||||
abscent
|
||||
};
|
||||
Q_ENUM_NS(Possible)
|
||||
|
||||
enum class TrustLevel {
|
||||
/// The key's trust is not decided.
|
||||
undecided,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue