aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-17 12:32:28 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-17 23:36:16 +0000
commit72f3b9f74cdf6dbc880c02c5af0315c323c5b7ea (patch)
treef40fb2f7e876256b4b42243c4a61e514a000714a /ui/qt/follow_stream_dialog.h
parent43b77aeebf4e23d629bc45be0b10b65c8aa17ac9 (diff)
Fix some signal → slot mismatches.
Update some signal definitions to match gb4e972b. Bug: 11524 Change-Id: I0d98a4e83c791221962943c3dec8f0d4296d3027 Reviewed-on: https://code.wireshark.org/review/10557 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/follow_stream_dialog.h')
-rw-r--r--ui/qt/follow_stream_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h
index aa49b16537..86041e7192 100644
--- a/ui/qt/follow_stream_dialog.h
+++ b/ui/qt/follow_stream_dialog.h
@@ -97,7 +97,7 @@ private slots:
void on_buttonBox_rejected();
signals:
- void updateFilter(QString &filter, bool force);
+ void updateFilter(QString filter, bool force);
void goToPacket(int packet_num);
private: