AllUserStates removed
This commit is contained in:
parent
5e546e1e23
commit
960f2a8d66
|
@ -102,7 +102,6 @@ class QSK_EXPORT QskAspect
|
||||||
LastUserState = 1 << 11,
|
LastUserState = 1 << 11,
|
||||||
LastSystemState = 1 << 15,
|
LastSystemState = 1 << 15,
|
||||||
|
|
||||||
AllUserStates = 0x0FF0,
|
|
||||||
AllStates = 0xFFFF
|
AllStates = 0xFFFF
|
||||||
};
|
};
|
||||||
Q_ENUM( State )
|
Q_ENUM( State )
|
||||||
|
|
Loading…
Reference in New Issue