aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-05-23 17:09:32 +0200
committerLiang Qi <liang.qi@qt.io>2017-05-23 19:36:48 +0000
commitdf30d90eadcd92eebb4bf79f3eb251bc58d25d09 (patch)
tree06070b6007a3ea4a6880ddbbc35861c49fedbd2b /src/qml/jsruntime
parenta5fbfc9ab1dc06c9f80beda2179b15bd7c499c77 (diff)
Revert "Fix compilation of QtScxml"
This reverts commit 3f9367cb32533b691cb8c761213f21a524e3d1cb. QtScxml adapted to new API. Task-number: QTBUG-60938 Change-Id: I417b604ceb9949ee3c0197ac9f88efdbe53ebe48 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jsruntime')
-rw-r--r--src/qml/jsruntime/qv4string_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/jsruntime/qv4string_p.h b/src/qml/jsruntime/qv4string_p.h
index d9625e3f4e..f5311ae5d4 100644
--- a/src/qml/jsruntime/qv4string_p.h
+++ b/src/qml/jsruntime/qv4string_p.h
@@ -175,10 +175,6 @@ struct Q_QML_PRIVATE_EXPORT String : public Managed {
}
uint toUInt(bool *ok) const;
- Q_DECL_DEPRECATED void makeIdentifier(ExecutionEngine *) {
- makeIdentifier();
- }
-
void makeIdentifier() const {
if (d()->identifier)
return;