aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/bluetooth_att_server_attributes_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/bluetooth_att_server_attributes_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/bluetooth_att_server_attributes_dialog.cpp')
-rw-r--r--ui/qt/bluetooth_att_server_attributes_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/bluetooth_att_server_attributes_dialog.cpp b/ui/qt/bluetooth_att_server_attributes_dialog.cpp
index 840a2cd8af..ffcdbfe403 100644
--- a/ui/qt/bluetooth_att_server_attributes_dialog.cpp
+++ b/ui/qt/bluetooth_att_server_attributes_dialog.cpp
@@ -20,7 +20,7 @@
*/
#include "bluetooth_att_server_attributes_dialog.h"
-#include "ui_bluetooth_att_server_attributes_dialog.h"
+#include <ui_bluetooth_att_server_attributes_dialog.h>
#include "epan/epan.h"
#include "epan/to_str.h"