summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/mimeimagerecordeditor.cpp
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/mimeimagerecordeditor.cpp
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/mimeimagerecordeditor.cpp')
-rw-r--r--examples/nfc/ndefeditor/mimeimagerecordeditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/nfc/ndefeditor/mimeimagerecordeditor.cpp b/examples/nfc/ndefeditor/mimeimagerecordeditor.cpp
index ef8cf1fd..8044e8a6 100644
--- a/examples/nfc/ndefeditor/mimeimagerecordeditor.cpp
+++ b/examples/nfc/ndefeditor/mimeimagerecordeditor.cpp
@@ -51,9 +51,9 @@
#include "mimeimagerecordeditor.h"
#include "ui_mimeimagerecordeditor.h"
-#include <QBuffer>
-#include <QFileDialog>
-#include <QImageReader>
+#include <QtGui/QImageReader>
+#include <QtWidgets/QFileDialog>
+#include <QtCore/QBuffer>
static QString imageFormatToMimeType(const QByteArray &format)
{