aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sctp_all_assocs_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/sctp_all_assocs_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/sctp_all_assocs_dialog.h')
-rw-r--r--ui/qt/sctp_all_assocs_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/sctp_all_assocs_dialog.h b/ui/qt/sctp_all_assocs_dialog.h
index c59a3b594b..687cada32a 100644
--- a/ui/qt/sctp_all_assocs_dialog.h
+++ b/ui/qt/sctp_all_assocs_dialog.h
@@ -48,7 +48,7 @@ public:
~SCTPAllAssocsDialog();
void fillTable();
- sctp_assoc_info_t* getSelectedAssoc() { return selected_assoc; };
+ sctp_assoc_info_t* getSelectedAssoc() { return selected_assoc; }
sctp_assoc_info_t* findSelectedAssoc();
public slots:
@@ -67,7 +67,7 @@ private:
signals:
- void filterPackets(QString& new_filter, bool force);
+ void filterPackets(QString new_filter, bool force);
};
#endif // SCTP_ALL_ASSOCS_DIALOG_H