summaryrefslogtreecommitdiffstats
path: root/doc/html/tqeventloop-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqeventloop-h.html')
-rw-r--r--doc/html/tqeventloop-h.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/html/tqeventloop-h.html b/doc/html/tqeventloop-h.html
index f93652b16..6262140ab 100644
--- a/doc/html/tqeventloop-h.html
+++ b/doc/html/tqeventloop-h.html
@@ -101,10 +101,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;