forked from blue/squawk
some further thinking of info widget
This commit is contained in:
parent
e4a2728ef8
commit
ec362cef55
5 changed files with 64 additions and 48 deletions
|
@ -119,6 +119,8 @@ static const AccountPassword AccountPasswordHighest = AccountPassword::kwallet;
|
|||
static const AccountPassword AccountPasswordLowest = AccountPassword::plain;
|
||||
|
||||
enum class EntryType {
|
||||
none,
|
||||
ownAccount,
|
||||
contact,
|
||||
conference,
|
||||
presence,
|
||||
|
@ -126,7 +128,7 @@ enum class EntryType {
|
|||
};
|
||||
Q_ENUM_NS(EntryType)
|
||||
static const EntryType EntryTypeHighest = EntryType::participant;
|
||||
static const EntryType EntryTypeLowest = EntryType::contact;
|
||||
static const EntryType EntryTypeLowest = EntryType::none;
|
||||
|
||||
enum class Support {
|
||||
unknown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue