summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-cpp/orbittransformcontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/simple-cpp/orbittransformcontroller.cpp')
-rw-r--r--examples/qt3d/simple-cpp/orbittransformcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/simple-cpp/orbittransformcontroller.cpp b/examples/qt3d/simple-cpp/orbittransformcontroller.cpp
index e2759d202..0aa7a68e4 100644
--- a/examples/qt3d/simple-cpp/orbittransformcontroller.cpp
+++ b/examples/qt3d/simple-cpp/orbittransformcontroller.cpp
@@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE
OrbitTransformController::OrbitTransformController(QObject *parent)
: QObject(parent)
- , m_target(Q_NULLPTR)
+ , m_target(nullptr)
, m_matrix()
, m_radius(1.0f)
, m_angle(0.0f)