aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/display_filter_edit.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-05-14 15:37:55 -0700
committerGerald Combs <gerald@wireshark.org>2015-05-14 22:41:42 +0000
commit7f424b5a550f0a5f6d370b46b8ffbb327754fa3d (patch)
treea76f43d6bfff402c8a43e3f40a8053a26ee3fa24 /ui/qt/display_filter_edit.h
parent4ba370e0d4c057e36fef3bd24cd33a720cdc1b64 (diff)
Pop the display filter status when it loses focus.
Change-Id: I7878fd99f8b773f8c550a6d2416e9e2d44abd321 Reviewed-on: https://code.wireshark.org/review/8466 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/display_filter_edit.h')
-rw-r--r--ui/qt/display_filter_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/display_filter_edit.h b/ui/qt/display_filter_edit.h
index 18e2125328..ce297fb5a6 100644
--- a/ui/qt/display_filter_edit.h
+++ b/ui/qt/display_filter_edit.h
@@ -45,6 +45,7 @@ protected:
void resizeEvent(QResizeEvent *);
void keyPressEvent(QKeyEvent *event);
void focusInEvent(QFocusEvent *evt);
+ void focusOutEvent(QFocusEvent *evt);
public slots:
void applyDisplayFilter();