forked from blue/squawk
keep going on refactoring vcard
This commit is contained in:
parent
4af16b75bf
commit
edf1ee60cd
13 changed files with 483 additions and 55 deletions
|
@ -118,6 +118,16 @@ Q_ENUM_NS(AccountPassword)
|
|||
static const AccountPassword AccountPasswordHighest = AccountPassword::kwallet;
|
||||
static const AccountPassword AccountPasswordLowest = AccountPassword::plain;
|
||||
|
||||
enum class EntryType {
|
||||
contact,
|
||||
conference,
|
||||
presence,
|
||||
participant
|
||||
};
|
||||
Q_ENUM_NS(EntryType)
|
||||
static const EntryType EntryTypeHighest = EntryType::participant;
|
||||
static const EntryType EntryTypeLowest = EntryType::contact;
|
||||
|
||||
enum class Support {
|
||||
unknown,
|
||||
supported,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue