aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/statemachine/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/statemachine/state.cpp')
-rw-r--r--src/imports/statemachine/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/statemachine/state.cpp b/src/imports/statemachine/state.cpp
index 2467039d01..af76087256 100644
--- a/src/imports/statemachine/state.cpp
+++ b/src/imports/statemachine/state.cpp
@@ -50,7 +50,7 @@ State::State(QState *parent)
void State::componentComplete()
{
- if (this->machine() == NULL) {
+ if (this->machine() == nullptr) {
static bool once = false;
if (!once) {
once = true;