summaryrefslogtreecommitdiff
path: root/src/scripttools/debugging/qscriptvalueproperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripttools/debugging/qscriptvalueproperty.cpp')
-rw-r--r--src/scripttools/debugging/qscriptvalueproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptvalueproperty.cpp b/src/scripttools/debugging/qscriptvalueproperty.cpp
index 8f710cd..feebd82 100644
--- a/src/scripttools/debugging/qscriptvalueproperty.cpp
+++ b/src/scripttools/debugging/qscriptvalueproperty.cpp
@@ -141,7 +141,7 @@ QScriptValue::PropertyFlags QScriptValueProperty::flags() const
{
Q_D(const QScriptValueProperty);
if (!d)
- return 0;
+ return {};
return d->flags;
}