aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file.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/capture_file.h
parent30c2f23f057407eefbc4f852da71bdbac6fc6e63 (diff)
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/capture_file.h')
-rw-r--r--ui/qt/capture_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_file.h b/ui/qt/capture_file.h
index d31a9868f8..2edbf1c939 100644
--- a/ui/qt/capture_file.h
+++ b/ui/qt/capture_file.h
@@ -68,7 +68,7 @@ public:
*/
const QString fileName();
- /** Re;load the capture file
+ /** Reload the capture file
*/
void reload();