summaryrefslogtreecommitdiff
path: root/ui/qt/conversation_dialog.cpp
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2015-07-08 00:13:24 +0200
committerJörg Mayer <jmayer@loplof.de>2015-07-07 22:17:22 +0000
commit0619ed241c6a874864ce3bf83edc20468ed49b7e (patch)
treec8c7d6e767aba52458742f5840d4da71d0df9852 /ui/qt/conversation_dialog.cpp
parent51a37b666a18f8d85e4a43ec2d9676d24d15c360 (diff)
downloadwireshark-0619ed241c6a874864ce3bf83edc20468ed49b7e.tar.gz
Finish removal of Q_UNUSED.
Todo: qcustomplot via upstream Change-Id: I19cf98f1281ecb1f6efbb7d36c997d5aa43f5baf Reviewed-on: https://code.wireshark.org/review/9547 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'ui/qt/conversation_dialog.cpp')
-rw-r--r--ui/qt/conversation_dialog.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/qt/conversation_dialog.cpp b/ui/qt/conversation_dialog.cpp
index f9604ee5e6..545973f77b 100644
--- a/ui/qt/conversation_dialog.cpp
+++ b/ui/qt/conversation_dialog.cpp
@@ -279,9 +279,8 @@ void ConversationDialog::itemSelectionChanged()
graph_bt_->setEnabled(graph_enable);
}
-void ConversationDialog::on_nameResolutionCheckBox_toggled(bool checked)
+void ConversationDialog::on_nameResolutionCheckBox_toggled(bool)
{
- Q_UNUSED(checked);
updateWidgets();
}
@@ -314,7 +313,6 @@ void ConversationDialog::on_buttonBox_helpRequested()
void init_conversation_table(struct register_ct* ct, const char *filter)
{
- Q_UNUSED(ct)
wsApp->emitStatCommandSignal("Conversations", filter, GINT_TO_POINTER(get_conversation_proto_id(ct)));
}