aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4compileddata_p.h')
-rw-r--r--src/qml/compiler/qv4compileddata_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h
index 869caad8bd..78b7b4692d 100644
--- a/src/qml/compiler/qv4compileddata_p.h
+++ b/src/qml/compiler/qv4compileddata_p.h
@@ -284,6 +284,8 @@ struct Q_QML_PRIVATE_EXPORT Binding
return false;
}
+ static QString escapedString(const QString &string);
+
bool evaluatesToString() const { return type == Type_String || type == Type_Translation || type == Type_TranslationById; }
QString valueAsString(const Unit *unit) const;