Introduce a new plasmoid status

REVIEW: 117722
This commit is contained in:
Aleix Pol 2014-04-24 16:56:51 +02:00
parent 3798ac076a
commit 437962f2e8

View File

@ -248,7 +248,8 @@ enum ItemStatus {
PassiveStatus = 1, /**< The Item is passive **/
ActiveStatus = 2, /**< The Item is active **/
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)