summaryrefslogtreecommitdiff
path: root/ui/qt/rtp_stream_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2015-09-18 18:04:19 -0700
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-09-19 08:59:09 +0000
commit608029b3313cdf3185e829e2415cda4f0bcc17bf (patch)
tree4b165bc9c5d39562e6ac012da351d4cff4c83eef /ui/qt/rtp_stream_dialog.h
parentb0eee2e4fc112bbd477653cf1cb6434c28762f51 (diff)
downloadwireshark-608029b3313cdf3185e829e2415cda4f0bcc17bf.tar.gz
Fix more signal+slot mismatches.
Change-Id: I347509d3a7765387c48e5aaeaab417617320cf13 Reviewed-on: https://code.wireshark.org/review/10576 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/qt/rtp_stream_dialog.h')
-rw-r--r--ui/qt/rtp_stream_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/rtp_stream_dialog.h b/ui/qt/rtp_stream_dialog.h
index b45af313fa..8005a818ba 100644
--- a/ui/qt/rtp_stream_dialog.h
+++ b/ui/qt/rtp_stream_dialog.h
@@ -46,7 +46,7 @@ signals:
// cf_packet_marked callback to file.[ch] but that's synchronous and
// might incur too much overhead.
void packetsMarked();
- void updateFilter(QString &filter, bool force = false);
+ void updateFilter(QString filter, bool force = false);
void goToPacket(int packet_num);
protected: