first thought about forms, discovering contact pep support
This commit is contained in:
parent
c50cd1140e
commit
7b2b7ee5d5
11 changed files with 230 additions and 9 deletions
|
@ -117,5 +117,12 @@ Q_ENUM_NS(AccountPassword)
|
|||
static const AccountPassword AccountPasswordHighest = AccountPassword::kwallet;
|
||||
static const AccountPassword AccountPasswordLowest = AccountPassword::plain;
|
||||
|
||||
enum class Support {
|
||||
unknown,
|
||||
supported,
|
||||
unsupported
|
||||
};
|
||||
Q_ENUM_NS(Support)
|
||||
|
||||
}
|
||||
#endif // SHARED_ENUMS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue