summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/urirecordeditor.h
diff options
context:
space:
mode:
authorAndrew O'Doherty <andrew.odoherty@qt.io>2017-12-21 13:48:28 +0100
committerAndrew O'Doherty <andrew.odoherty@qt.io>2018-02-01 11:55:44 +0000
commit1d6687a0c3f3ac8033eaec43c8b77eef8ee5c833 (patch)
tree3f92c3f69d44eb4e4c8a6810e3b1216e9113cd88 /examples/nfc/ndefeditor/urirecordeditor.h
parent0f1e8d9199eff71f84ed5bab10b60d9eaef1bf1b (diff)
Revamp Qt NFC examples: ndefeditor example
Align QtNfc Module examples to QML and c++ coding conventions. This commit is focused on the ndefeditor example. Task-number: QTBUG-60644 Change-Id: I6c14e1a7965bb335bfea87ed80c442926b6a36a4 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'examples/nfc/ndefeditor/urirecordeditor.h')
-rw-r--r--examples/nfc/ndefeditor/urirecordeditor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/nfc/ndefeditor/urirecordeditor.h b/examples/nfc/ndefeditor/urirecordeditor.h
index ef75065a..7eee55eb 100644
--- a/examples/nfc/ndefeditor/urirecordeditor.h
+++ b/examples/nfc/ndefeditor/urirecordeditor.h
@@ -48,13 +48,12 @@
**
****************************************************************************/
-
#ifndef URIRECORDEDITOR_H
#define URIRECORDEDITOR_H
-#include <QWidget>
+#include <QtNfc/qndefnfcurirecord.h>
-#include <qndefnfcurirecord.h>
+#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
namespace Ui {