summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2022-04-05 10:54:18 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-05 14:46:06 +0000
commit730e88f9a112bb7be5142d53bd2c022ae26c9aae (patch)
tree9c6c569e84c711f25417489f41094050523d814f
parent8d31cab8dd3bb5c78a7228442a0677f080ed5940 (diff)
Fix compilation of example
Task-number: QTBUG-101595 Change-Id: I9578d2943768c62ad57da9d19d9ca667a2dff3e9 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> (cherry picked from commit 534cb9cd2cf758c40c47ba302542c55aa4ce92ea) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/qt3d/qardboard/dummydeviceorientation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/qardboard/dummydeviceorientation.h b/examples/qt3d/qardboard/dummydeviceorientation.h
index 4f18ea4ad..44470f930 100644
--- a/examples/qt3d/qardboard/dummydeviceorientation.h
+++ b/examples/qt3d/qardboard/dummydeviceorientation.h
@@ -51,7 +51,7 @@
#ifndef DUMMY_DEVICEORIENTATION_H
#define DUMMY_DEVICEORIENTATION_H
-#include <abstractdeviceorientation.h>
+#include "abstractdeviceorientation.h"
class DummyDeviceOrientation : public AbstractDeviceOrientation
{