aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-11-30 15:37:22 +0100
committerLars Knoll <lars.knoll@qt.io>2016-12-09 08:30:54 +0000
commit68d73a253a974967e18ba23719af31fd47434585 (patch)
tree0a3092a0159089d35262d36b2a371bdcacba4217 /src/qml/qml/qqmlboundsignal_p.h
parent55101d6937880f4dfd8d8eb79fbb15a8e7bb508a (diff)
Add sourceLocation() accessor to QQmlJavascriptExpression
And remove it from the derived QQmlBoundSignalExpression class. Change-Id: I93cdc67136ddd916474acd2169faf380e296a900 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlboundsignal_p.h')
-rw-r--r--src/qml/qml/qqmlboundsignal_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlboundsignal_p.h b/src/qml/qml/qqmlboundsignal_p.h
index 10c59b07c1..2234f08497 100644
--- a/src/qml/qml/qqmlboundsignal_p.h
+++ b/src/qml/qml/qqmlboundsignal_p.h
@@ -86,7 +86,6 @@ public:
void evaluate(void **a);
void evaluate(const QList<QVariant> &args);
- QQmlSourceLocation sourceLocation() const;
QString expression() const;
QV4::Function *function() const;
QObject *target() const { return m_target; }