From a09a6bc05e3f64c27e7c84dd768c7720fdf41136 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Jun 2024 12:25:06 +0900 Subject: Remove documentation for QWS classes and Qt/Embedded Signed-off-by: Michele Calgaro --- src/kernel/ntqnamespace.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/kernel/ntqnamespace.h') diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index 052fea171..c0c34533a 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -427,9 +427,8 @@ public: Key_Direction_L = 0x1059, Key_Direction_R = 0x1060, - // International input method support (X keycode - 0xEE00, the - // definition follows TQt/Embedded 2.3.7) Only interesting if - // you are writing your own input method + // International input method support (X keycode - 0xEE00). + // Only interesting if you are writing your own input method // International & multi-key character composition Key_Multi_key = 0x1120, // Multi-key character compose @@ -1013,8 +1012,6 @@ public: typedef void *HANDLE; #elif defined(TQ_WS_X11) typedef unsigned long HANDLE; -#elif defined(TQ_WS_QWS) - typedef void * HANDLE; #endif }; -- cgit v1.2.3