summaryrefslogtreecommitdiff
path: root/ui/qt/filter_expressions_preferences_frame.cpp
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2015-06-25 09:17:03 -0700
committerAnders Broman <a.broman58@gmail.com>2015-06-25 17:11:19 +0000
commit534d1d5eae9ed27c354612c0aafd5f5e6b818227 (patch)
tree310553f9c5324d499e1b892e4e70ccd3c73082d1 /ui/qt/filter_expressions_preferences_frame.cpp
parent6c698f3b8a81786087523e45ed612003e4aae26d (diff)
downloadwireshark-534d1d5eae9ed27c354612c0aafd5f5e6b818227.tar.gz
Qt: use <> for including the generated ui_*.h files
this should make Visual Studio pick up the generated include files from the build directory instead of the source directory (which may contain lefovers from an in-tree build) Change-Id: Ie3de4cdd85a2865e203118a42ab10f443372f03b Reviewed-on: https://code.wireshark.org/review/9129 Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/filter_expressions_preferences_frame.cpp')
-rw-r--r--ui/qt/filter_expressions_preferences_frame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/filter_expressions_preferences_frame.cpp b/ui/qt/filter_expressions_preferences_frame.cpp
index 7f30abf6a4..3f3e01fcdd 100644
--- a/ui/qt/filter_expressions_preferences_frame.cpp
+++ b/ui/qt/filter_expressions_preferences_frame.cpp
@@ -26,7 +26,7 @@
#include <epan/filter_expressions.h>
#include "filter_expressions_preferences_frame.h"
-#include "ui_filter_expressions_preferences_frame.h"
+#include <ui_filter_expressions_preferences_frame.h>
#include "syntax_line_edit.h"
#include "wireshark_application.h"