summaryrefslogtreecommitdiff
path: root/ui/qt/rtp_player_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/rtp_player_dialog.h')
-rw-r--r--ui/qt/rtp_player_dialog.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/qt/rtp_player_dialog.h b/ui/qt/rtp_player_dialog.h
index 4d004b860a..9cb8ed5b9e 100644
--- a/ui/qt/rtp_player_dialog.h
+++ b/ui/qt/rtp_player_dialog.h
@@ -79,9 +79,12 @@ protected:
private slots:
/** Retap the capture file, adding RTP packets that match the
- * streams added using ::addRtpStream and display the dialog.
+ * streams added using ::addRtpStream.
*/
- void retapPackets(bool rescale_axes = true);
+ void retapPackets();
+ /** Clear, decode, and redraw each stream.
+ */
+ void rescanPackets(bool rescale_axes = true);
void updateWidgets();
void graphClicked(QMouseEvent *event);
void mouseMoved(QMouseEvent *);