aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_dialog.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/capture_interfaces_dialog.cpp
parent6c698f3b8a81786087523e45ed612003e4aae26d (diff)
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/capture_interfaces_dialog.cpp')
-rw-r--r--ui/qt/capture_interfaces_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_interfaces_dialog.cpp b/ui/qt/capture_interfaces_dialog.cpp
index a51f7c5357..d144aac65b 100644
--- a/ui/qt/capture_interfaces_dialog.cpp
+++ b/ui/qt/capture_interfaces_dialog.cpp
@@ -25,7 +25,7 @@
#include "capture_interfaces_dialog.h"
#include "capture_filter_combo.h"
-#include "ui_capture_interfaces_dialog.h"
+#include <ui_capture_interfaces_dialog.h>
#include "compiled_filter_output.h"
#include "manage_interfaces_dialog.h"