aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-02-13 11:47:25 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-21 13:01:35 +0000
commit99b15c8f47c6ce5f7d63e19b2e2429536c254064 (patch)
treeda54d296e983bab09ad635f340e71e3420be03ab /src/qml/jsruntime/qv4value_p.h
parent220f2cddad824e2ab41f056a120d01151d3cf9b4 (diff)
Get rid of asNumberObject
Change-Id: Ie6355beabce3de65c215514d9dc98294b5980c9d Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/jsruntime/qv4value_p.h')
-rw-r--r--src/qml/jsruntime/qv4value_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4value_p.h b/src/qml/jsruntime/qv4value_p.h
index 29781cd909..035eaa8fae 100644
--- a/src/qml/jsruntime/qv4value_p.h
+++ b/src/qml/jsruntime/qv4value_p.h
@@ -308,7 +308,6 @@ struct Q_QML_PRIVATE_EXPORT Value
inline Managed *asManaged() const;
inline Object *asObject() const;
inline FunctionObject *asFunctionObject() const;
- inline NumberObject *asNumberObject() const;
template <typename T>
const T *as() const {