summaryrefslogtreecommitdiffstats
path: root/src/tqdbusconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tqdbusconnection.h')
-rw-r--r--src/tqdbusconnection.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tqdbusconnection.h b/src/tqdbusconnection.h
index 20e04c4..a1696a9 100644
--- a/src/tqdbusconnection.h
+++ b/src/tqdbusconnection.h
@@ -374,8 +374,9 @@ public:
*
* Sends a message composed through the TQT_DBusMessage API to the bus.
* It then blocks and waits until the associated reply is received.
- * Any message received in between is stored and can be processed
- * by calling dispatch() or scheduleDispatch()
+ * Any message received in between is stored and will be processed when
+ * control flow reaches event loop for the next time. Alternatively it can
+ * be processed earlier by calling dispatch().
*
* @note for doing method calls it is more convenient to use TQT_DBusProxy,
* see TQT_DBusProxy::sendWithReply()