summaryrefslogtreecommitdiffstats
path: root/doc/html/qeventloop-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qeventloop-h.html')
-rw-r--r--doc/html/qeventloop-h.html9
1 files changed, 5 insertions, 4 deletions
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;