From 8c6a7c13f9940333cb2f5009d766f67cf9d9cfb4 Mon Sep 17 00:00:00 2001 From: "j.novak@netsystem.cz" Date: Sat, 10 Apr 2021 08:48:40 +0000 Subject: RTP Player: Fix of opening of multiple dialogs --- ui/qt/rtp_analysis_dialog.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ui/qt/rtp_analysis_dialog.cpp') diff --git a/ui/qt/rtp_analysis_dialog.cpp b/ui/qt/rtp_analysis_dialog.cpp index c2c7b2427c..17c5517fac 100644 --- a/ui/qt/rtp_analysis_dialog.cpp +++ b/ui/qt/rtp_analysis_dialog.cpp @@ -1079,10 +1079,15 @@ void RtpAnalysisDialog::replaceRtpStreams(QVector stream_inf closeTab(i-1); } } - addRtpStreams(stream_infos); + addRtpStreamsPrivate(stream_infos); } void RtpAnalysisDialog::addRtpStreams(QVector stream_infos) +{ + addRtpStreamsPrivate(stream_infos); +} + +void RtpAnalysisDialog::addRtpStreamsPrivate(QVector stream_infos) { int first_tab_no = -1; -- cgit v1.2.3