summaryrefslogtreecommitdiffstats
path: root/examples/nfc/annotatedurl/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrew O'Doherty <andrew.odoherty@qt.io>2017-12-20 15:38:06 +0100
committerAndrew O'Doherty <andrew.odoherty@qt.io>2018-02-01 11:55:14 +0000
commit1187c4cfcb8b02e499802331b8fe31dc2c17f53e (patch)
tree370426b3997d7875ec42323f2155d195dbacc4b7 /examples/nfc/annotatedurl/mainwindow.cpp
parent39a7ba2d666c52c3dd732483619cadf6b7a49d60 (diff)
Revamp Qt NFC examples: annotatedurl example
Align QtNfc Module examples to QML and c++ coding conventions. This commit is focused on the annotatedurl example. Task-number: QTBUG-60644 Change-Id: Ia8e847fe270a677812a75827945a1e85d6c1d1a9 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'examples/nfc/annotatedurl/mainwindow.cpp')
-rw-r--r--examples/nfc/annotatedurl/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nfc/annotatedurl/mainwindow.cpp b/examples/nfc/annotatedurl/mainwindow.cpp
index 2220d747..707c03eb 100644
--- a/examples/nfc/annotatedurl/mainwindow.cpp
+++ b/examples/nfc/annotatedurl/mainwindow.cpp
@@ -51,9 +51,9 @@
#include "mainwindow.h"
#include "ui_mainwindow.h"
-#include <QtCore/QUrl>
-#include <QtGui/QMouseEvent>
#include <QtGui/QDesktopServices>
+#include <QtGui/QMouseEvent>
+#include <QtCore/QUrl>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent), ui(new Ui::MainWindow)