From 0e14a46f60124d9da1101fe7766c7d85e2b72e64 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 16 Apr 2015 10:29:29 +0200 Subject: Move m_function into the base class Change-Id: I2ebc0ac8f5085157f5d1ec71a1b75559c6a46f8b Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlexpression_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/qml/qqmlexpression_p.h') diff --git a/src/qml/qml/qqmlexpression_p.h b/src/qml/qml/qqmlexpression_p.h index e179fe35b9..0419c9c11c 100644 --- a/src/qml/qml/qqmlexpression_p.h +++ b/src/qml/qml/qqmlexpression_p.h @@ -87,7 +87,6 @@ public: QString expression; QV4::PersistentValue qmlscope; - QV4::PersistentValue m_function; QString url; // This is a QString for a reason. QUrls are slooooooow... quint16 line; -- cgit v1.2.3