QV4::Primitive: Help clang disambiguate symbols
authorGabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
Fri, 6 Mar 2015 12:48:10 +0000 (13:48 +0100)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Fri, 6 Mar 2015 12:53:16 +0000 (12:53 +0000)
Change-Id: Ie20e6081b80e8f177991ac8aafda054c11b1620c
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/jsruntime/qv4value_p.h

index 5159ad8..2b2d275 100644 (file)
@@ -417,6 +417,9 @@ struct Q_QML_PRIVATE_EXPORT Primitive : public Value
     static inline Primitive fromDouble(double d);
     static inline Primitive fromUInt32(uint i);
 
+    using Value::toInt32;
+    using Value::toUInt32;
+
     static double toInteger(double fromNumber);
     static int toInt32(double value);
     static unsigned int toUInt32(double value);