aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/utils
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-04-30 15:23:35 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-30 22:25:17 +0000
commitf80227861feb7a4001d47cda68094951fe0fe3bd (patch)
treeace07884898ac25654ecb2f57fb570284f7faec4 /ui/qt/utils
parentc603a5f2c11740791c78f4fa0ade27762187de8c (diff)
Qt: Fix some documentation warnings.
Diffstat (limited to 'ui/qt/utils')
-rw-r--r--ui/qt/utils/qt_ui_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/utils/qt_ui_utils.h b/ui/qt/utils/qt_ui_utils.h
index fbc1e29ec6..61b1cea5a8 100644
--- a/ui/qt/utils/qt_ui_utils.h
+++ b/ui/qt/utils/qt_ui_utils.h
@@ -237,7 +237,7 @@ void set_action_shortcuts_visible_in_context_menu(QList<QAction *> actions);
* Create copy of all rtpstream_ids to new QVector
* => caller must release it with qvector_rtpstream_ids_free()
*
- * @param rtpstream_ids List of infos
+ * @param stream_ids List of infos
* @return Vector of rtpstream_ids
*/
QVector<rtpstream_id_t *>qvector_rtpstream_ids_copy(QVector<rtpstream_id_t *> stream_ids);
@@ -245,7 +245,7 @@ QVector<rtpstream_id_t *>qvector_rtpstream_ids_copy(QVector<rtpstream_id_t *> st
/**
* Free all rtpstream_ids in QVector
*
- * @param rtpstream_infos List of infos
+ * @param stream_ids List of infos
*/
void qvector_rtpstream_ids_free(QVector<rtpstream_id_t *> stream_ids);