From a99e092e6ba2a3dd494cff34c91ab0791b521ba0 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 23 Apr 2021 15:14:57 +0200 Subject: [PATCH] AllUserStates removed --- src/common/QskAspect.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index 3adfc06e..85a0c68a 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -102,7 +102,6 @@ class QSK_EXPORT QskAspect LastUserState = 1 << 11, LastSystemState = 1 << 15, - AllUserStates = 0x0FF0, AllStates = 0xFFFF }; Q_ENUM( State )