summaryrefslogtreecommitdiff
path: root/ui/qt/bluetooth_devices_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/bluetooth_devices_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/bluetooth_devices_dialog.h')
-rw-r--r--ui/qt/bluetooth_devices_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/bluetooth_devices_dialog.h b/ui/qt/bluetooth_devices_dialog.h
index e33328d988..ddfe732d18 100644
--- a/ui/qt/bluetooth_devices_dialog.h
+++ b/ui/qt/bluetooth_devices_dialog.h
@@ -58,7 +58,7 @@ public:
public slots:
signals:
- void updateFilter(QString &filter, bool force = false);
+ void updateFilter(QString filter, bool force = false);
void captureFileChanged(capture_file *cf);
void goToPacket(int packet_num);