From 960f2a8d66fd2cef5350c9a3dbcb7970cc58f5fd 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 )