From d7d6cb215181eaa02e5aea89149fc2c6d702ddc5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 11 Jun 2025 13:39:33 +0900 Subject: Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum Signed-off-by: Michele Calgaro (cherry picked from commit 5e8114b6f0ce10965a69cab4a61ce369cbb21d21) --- doc/html/ntqeventloop.html | 3 ++- doc/html/qeventloop-h.html | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/html') diff --git a/doc/html/ntqeventloop.html b/doc/html/ntqeventloop.html index 2fe9c05ac..8b139b8a5 100644 --- a/doc/html/ntqeventloop.html +++ b/doc/html/ntqeventloop.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; }

See also processEvents().

TQEventLoop::ProcessEventsFlags

diff --git a/doc/html/qeventloop-h.html b/doc/html/qeventloop-h.html index 7ddf52e36..a74e35b58 100644 --- a/doc/html/qeventloop-h.html +++ b/doc/html/qeventloop-h.html @@ -102,10 +102,11 @@ public: ~TQEventLoop(); enum ProcessEvents { - AllEvents = 0x00, - ExcludeUserInput = 0x01, - ExcludeSocketNotifiers = 0x02, - WaitForMore = 0x04 + AllEvents = 0x00, + ExcludeUserInput = 0x01, + ExcludeSocketNotifiers = 0x02, + WaitForMore = 0x04, + ExcludeTimers = 0x08 }; typedef uint ProcessEventsFlags; -- cgit v1.2.3