aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_def_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4value_def_p.h')
-rw-r--r--src/qml/jsruntime/qv4value_def_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4value_def_p.h b/src/qml/jsruntime/qv4value_def_p.h
index 76f41dca71..11b70ef37c 100644
--- a/src/qml/jsruntime/qv4value_def_p.h
+++ b/src/qml/jsruntime/qv4value_def_p.h
@@ -273,7 +273,6 @@ struct Q_QML_EXPORT Value
return val;
}
- static Value emptyValue();
static Value fromObject(Object *o);
static Value fromManaged(Managed *o);
@@ -357,6 +356,7 @@ struct SafeValue : public Value
struct Q_QML_EXPORT Primitive : public Value
{
+ static Primitive emptyValue();
static Primitive fromBoolean(bool b);
static Primitive fromInt32(int i);
static Primitive undefinedValue();