aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/coloring_rules_dialog.cpp
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2017-07-05 14:15:38 +0200
committerRoland Knall <rknall@gmail.com>2017-07-06 13:21:10 +0000
commita2fe8be60317e9ce74014fb75bf95ac5ac3968e1 (patch)
tree71e05303b4014eff00169bca466c3f6f48ad0dc3 /ui/qt/coloring_rules_dialog.cpp
parenta70df2ce4c4eab238e1f16111b6816cd5d4d416b (diff)
Qt: Add convenience function and cleanup
Add a convenience function for the displayfilter combobox and clean up some code. On Linux, the AltModifier does not work as it is being used by xDMs to move the window around. Setting it to Shift. Change-Id: I1ee9638c1cf37f40dc21f19c4e0860adc4629d4e Reviewed-on: https://code.wireshark.org/review/22529 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/coloring_rules_dialog.cpp')
-rw-r--r--ui/qt/coloring_rules_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/coloring_rules_dialog.cpp b/ui/qt/coloring_rules_dialog.cpp
index d6cddc72d3..9014011515 100644
--- a/ui/qt/coloring_rules_dialog.cpp
+++ b/ui/qt/coloring_rules_dialog.cpp
@@ -41,7 +41,7 @@
#include "color_utils.h"
#include "ui/ui_util.h"
-#include "display_filter_combo.h"
+#include <ui/qt/widgets/display_filter_combo.h>
#include "syntax_line_edit.h"
#include "display_filter_edit.h"
#include "wireshark_application.h"