summaryrefslogtreecommitdiff
path: root/ui/qt/conversation_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-08 18:03:23 +0100
committerEvan Huus <eapache@gmail.com>2014-11-08 20:55:03 +0000
commit502085662fd22deadd7d405a5bf13edbaff2516c (patch)
tree7d6dd43284f84764596c83d062a20f59c5c22b25 /ui/qt/conversation_dialog.h
parentd094ca8bd9a558f3cf837a1bc6fc00a25b55b6e8 (diff)
downloadwireshark-502085662fd22deadd7d405a5bf13edbaff2516c.tar.gz
Fix error: parameter 'XX' not found in the function declaration (-Wdocumentation)
Change-Id: I5850b813989bd6ed33263c0fae3aa29e977e82ec Reviewed-on: https://code.wireshark.org/review/5195 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'ui/qt/conversation_dialog.h')
-rw-r--r--ui/qt/conversation_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/conversation_dialog.h b/ui/qt/conversation_dialog.h
index e32e1e3c91..7f62c08127 100644
--- a/ui/qt/conversation_dialog.h
+++ b/ui/qt/conversation_dialog.h
@@ -53,7 +53,7 @@ public:
*
* @param parent Parent widget.
* @param cf Capture file. No statistics will be calculated if this is NULL.
- * @param proto_id If valid, add this protocol and bring it to the front.
+ * @param cli_proto_id If valid, add this protocol and bring it to the front.
* @param filter Display filter to apply.
*/
explicit ConversationDialog(QWidget *parent = 0, capture_file *cf = NULL, int cli_proto_id = -1, const char *filter = NULL);