summaryrefslogtreecommitdiff
path: root/cpp/include/qmf/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qmf/Connection.h')
-rw-r--r--cpp/include/qmf/Connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/qmf/Connection.h b/cpp/include/qmf/Connection.h
index b910cdad19..f648b1427f 100644
--- a/cpp/include/qmf/Connection.h
+++ b/cpp/include/qmf/Connection.h
@@ -47,6 +47,8 @@ namespace qmf {
/**
* Called each time the state of the connection changes.
+ *
+ * @param state the new state
*/
virtual void newState(ConnectionState state);