summaryrefslogtreecommitdiff
path: root/ui/qt/follow_stream_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-31 15:49:04 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-31 22:53:53 +0000
commit5a71cfddf3cb659f161f74dc9b81e39adfad40ab (patch)
treeb99dd8acc0774a3f1e41cc32ce078524320e217a /ui/qt/follow_stream_dialog.h
parent065d2b716d0f82fcaf928177dd27021305197c68 (diff)
downloadwireshark-5a71cfddf3cb659f161f74dc9b81e39adfad40ab.tar.gz
Qt: Disable our widgets while tapping.
Prevents a crash when changing the spinbox value during the middle of a follow. Change-Id: I07cea883c72c5975633e4b7046155f9b6de9cc4a Reviewed-on: https://code.wireshark.org/review/5034 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/follow_stream_dialog.h')
-rw-r--r--ui/qt/follow_stream_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h
index fef1e45f41..6ffeb7274b 100644
--- a/ui/qt/follow_stream_dialog.h
+++ b/ui/qt/follow_stream_dialog.h
@@ -102,6 +102,7 @@ signals:
private:
void removeStreamControls();
void resetStream(void);
+ void updateWidgets(bool enable = true);
frs_return_t
follow_show(char *buffer, size_t nchars, gboolean is_from_server,
guint32 packet_num, guint32 *global_pos);