AllUserStates removed

This commit is contained in:
Uwe Rathmann 2021-04-23 15:14:57 +02:00
parent 5e546e1e23
commit 960f2a8d66
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ class QSK_EXPORT QskAspect
LastUserState = 1 << 11,
LastSystemState = 1 << 15,
AllUserStates = 0x0FF0,
AllStates = 0xFFFF
};
Q_ENUM( State )