summaryrefslogtreecommitdiff
path: root/examples/bluetooth/lowenergyscanner/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/lowenergyscanner/main.cpp')
-rw-r--r--examples/bluetooth/lowenergyscanner/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/bluetooth/lowenergyscanner/main.cpp b/examples/bluetooth/lowenergyscanner/main.cpp
index eaeba0c2..7fbb8c99 100644
--- a/examples/bluetooth/lowenergyscanner/main.cpp
+++ b/examples/bluetooth/lowenergyscanner/main.cpp
@@ -2,12 +2,12 @@
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-#include <QtCore/QLoggingCategory>
-#include <QQmlContext>
-#include <QGuiApplication>
-#include <QQuickView>
#include "device.h"
+#include <QtCore/qloggingcategory.h>
+#include <QtGui/qguiapplication.h>
+#include <QtQml/qqmlcontext.h>
+#include <QtQuick/qquickview.h>
int main(int argc, char *argv[])
{