From f80227861feb7a4001d47cda68094951fe0fe3bd Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 30 Apr 2021 15:23:35 -0700 Subject: [PATCH] Qt: Fix some documentation warnings. --- ui/qt/rtp_player_dialog.h | 2 +- ui/qt/utils/qt_ui_utils.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/qt/rtp_player_dialog.h b/ui/qt/rtp_player_dialog.h index 20eedec9eb..4002f977ac 100644 --- a/ui/qt/rtp_player_dialog.h +++ b/ui/qt/rtp_player_dialog.h @@ -84,7 +84,7 @@ public: * Each item must have filled items: src_addr, src_port, dest_addr, * dest_port, ssrc, packet_count, setup_frame_number, and start_rel_time. * - * @param stream_infos struct with rtpstream info + * @param stream_ids struct with rtpstream info */ void replaceRtpStreams(QVector stream_ids); void addRtpStreams(QVector stream_ids); 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 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 */ QVectorqvector_rtpstream_ids_copy(QVector stream_ids); @@ -245,7 +245,7 @@ QVectorqvector_rtpstream_ids_copy(QVector 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 stream_ids);