From 1d6687a0c3f3ac8033eaec43c8b77eef8ee5c833 Mon Sep 17 00:00:00 2001 From: Andrew O'Doherty Date: Thu, 21 Dec 2017 13:48:28 +0100 Subject: 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 --- examples/nfc/ndefeditor/urirecordeditor.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples/nfc/ndefeditor/urirecordeditor.h') 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 +#include -#include +#include QT_BEGIN_NAMESPACE namespace Ui { -- cgit v1.2.3