aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/events.h b/common/events.h
index 7a187cc7c8..54c9f6df22 100644
--- a/common/events.h
+++ b/common/events.h
@@ -199,6 +199,8 @@ public:
/**
* Tries to catch events from the registered event
* sources and dispatch them to the observers.
+ *
+ * This dispatches *all* events the sources offer.
*/
void dispatch();