summaryrefslogtreecommitdiffstats
path: root/examples/sensors/stub.h
diff options
context:
space:
mode:
authorTamas Martinec <tamas.martinec@symbio.com>2021-06-10 13:14:04 +0300
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-08-18 15:15:02 +0200
commita063b9f61ddea7403d36a5288ff6f8dc0d95ddfb (patch)
treef8b116d977bf3774c5c9c743a253106879f67a19 /examples/sensors/stub.h
parent63fe6819c79c835adf652f8dd99fda54f6d35cdc (diff)
QtSensors: Fix and simplify the Grue example
Refactoring to use QML cpp class registration instead of a QML plugin. Pick-to: 6.2 Task-number: QTBUG-92514 Change-Id: I7637232d27575522e83ebdbc5c60cdb5663d2cd0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/sensors/stub.h')
-rw-r--r--examples/sensors/stub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sensors/stub.h b/examples/sensors/stub.h
index 3f198bb1..44356d64 100644
--- a/examples/sensors/stub.h
+++ b/examples/sensors/stub.h
@@ -50,6 +50,7 @@
#include <QGuiApplication>
#include <QQuickView>
+#include <QLoggingCategory>
#define SENSORS_EXAMPLE_MAIN(NAME) int main(int argc, char **argv) \
{\