diff options
Diffstat (limited to 'src/qml/jsruntime/qv4propertykey_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4propertykey_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/jsruntime/qv4propertykey_p.h b/src/qml/jsruntime/qv4propertykey_p.h index b2a2ec3dea..b5dca2d2ac 100644 --- a/src/qml/jsruntime/qv4propertykey_p.h +++ b/src/qml/jsruntime/qv4propertykey_p.h @@ -124,11 +124,11 @@ public: return m(); } - Q_QML_EXPORT bool isString() const; - bool isSymbol() const; + Q_QML_PRIVATE_EXPORT bool isString() const; + Q_QML_PRIVATE_EXPORT bool isSymbol() const; bool isCanonicalNumericIndexString() const; - Q_QML_EXPORT QString toQString() const; + Q_QML_PRIVATE_EXPORT QString toQString() const; Heap::StringOrSymbol *toStringOrSymbol(ExecutionEngine *e); quint64 id() const { return val; } static PropertyKey fromId(quint64 id) { |