aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-02-26 14:27:19 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-02-26 14:01:27 +0000
commit3aa73dc00b25aa0c1b85b8b7809a0fd8ad3617a7 (patch)
treee04c6988592e5dd54de78901970bc370cb473e9f /src/qml/qml/qqmlvmemetaobject_p.h
parent06e962f263a86c4b66e1c6195b3d2615695fea1e (diff)
Remove unused testing code
The helper function added in commit 2659c308792967322564b5088e0e21bb371e0283 is not needed - it was added by accident. Change-Id: I29c3cd31f726a46a24a056b27173e96a112eb8a6 Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'src/qml/qml/qqmlvmemetaobject_p.h')
-rw-r--r--src/qml/qml/qqmlvmemetaobject_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlvmemetaobject_p.h b/src/qml/qml/qqmlvmemetaobject_p.h
index 46bff68327..1da79b8a81 100644
--- a/src/qml/qml/qqmlvmemetaobject_p.h
+++ b/src/qml/qml/qqmlvmemetaobject_p.h
@@ -117,8 +117,6 @@ public:
return false;
}
- // use by tst_qqmllanguage
- QQmlPropertyValueInterceptor *firstInterceptor() const { return interceptors; }
protected:
int metaCall(QObject *o, QMetaObject::Call c, int id, void **a) override;
bool intercept(QMetaObject::Call c, int id, void **a);