Introduce a new plasmoid status
REVIEW: 117722
This commit is contained in:
parent
3798ac076a
commit
437962f2e8
@ -248,7 +248,8 @@ enum ItemStatus {
|
|||||||
PassiveStatus = 1, /**< The Item is passive **/
|
PassiveStatus = 1, /**< The Item is passive **/
|
||||||
ActiveStatus = 2, /**< The Item is active **/
|
ActiveStatus = 2, /**< The Item is active **/
|
||||||
NeedsAttentionStatus = 3, /**< The Item needs attention **/
|
NeedsAttentionStatus = 3, /**< The Item needs attention **/
|
||||||
AcceptingInputStatus = 4 /**< The Item is accepting input **/
|
RequiresAttentionStatus = 4, /**< The Item needs persistent attention **/
|
||||||
|
AcceptingInputStatus = 5 /**< The Item is accepting input **/
|
||||||
};
|
};
|
||||||
Q_ENUMS(ItemStatus)
|
Q_ENUMS(ItemStatus)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user