summaryrefslogtreecommitdiff
path: root/ui/qt/tap_parameter_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-26 12:48:56 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-27 21:27:32 +0000
commit01fb470acd71528bede068727b7614ae6f534c4f (patch)
tree16b297e130a98ab86f22edac6a222117f220e7ee /ui/qt/tap_parameter_dialog.h
parent30c2f23f057407eefbc4f852da71bdbac6fc6e63 (diff)
downloadwireshark-01fb470acd71528bede068727b7614ae6f534c4f.tar.gz
More retapping fixups.
Disable the main file close and reload actions while we're retapping, otherwise many of our dialogs will crash. Disable the TapParameterDialog filter entry while we're retapping. This keeps us from enabling the "Apply" button when we shouldn't. Don't prematurely disconnect our signals in WiresharkDialog. Change-Id: Iaf507eb4503b9c296766f109f2b8c71343263982 Reviewed-on: https://code.wireshark.org/review/10274 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/tap_parameter_dialog.h')
-rw-r--r--ui/qt/tap_parameter_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/tap_parameter_dialog.h b/ui/qt/tap_parameter_dialog.h
index 55915d2c8d..d79a30d75c 100644
--- a/ui/qt/tap_parameter_dialog.h
+++ b/ui/qt/tap_parameter_dialog.h
@@ -110,7 +110,6 @@ private:
private slots:
// Called by the constructor. The subclass should tap packets here.
virtual void fillTree() = 0;
- void fillTreeWrapper();
void on_applyFilterButton_clicked();
void on_actionCopyToClipboard_triggered();