aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4propertykey_p.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-23 08:51:37 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-01-11 23:03:19 +0100
commit5c5a2c24847c636857153078e4716fcb242f394d (patch)
treedad8c92017310f7acf41c46f4ace9d6928ce8312 /src/qml/jsruntime/qv4propertykey_p.h
parent26096b2a323c6e561766e15b62b810dc654ad317 (diff)
Remove the use of Q_QML_PRIVATE_EXPORT
Task-number: QTBUG-117983 Change-Id: I5790f01d614cd70c7fcc9bd817ec6ace3f3e3730 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4propertykey_p.h')
-rw-r--r--src/qml/jsruntime/qv4propertykey_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/jsruntime/qv4propertykey_p.h b/src/qml/jsruntime/qv4propertykey_p.h
index d6d15e402d..f3b05ee0d8 100644
--- a/src/qml/jsruntime/qv4propertykey_p.h
+++ b/src/qml/jsruntime/qv4propertykey_p.h
@@ -97,11 +97,11 @@ public:
return static_cast<StringOrSymbol *>(val.m());
}
- Q_QML_PRIVATE_EXPORT bool isString() const;
- Q_QML_PRIVATE_EXPORT bool isSymbol() const;
+ Q_QML_EXPORT bool isString() const;
+ Q_QML_EXPORT bool isSymbol() const;
bool isCanonicalNumericIndexString() const;
- Q_QML_PRIVATE_EXPORT QString toQString() const;
+ Q_QML_EXPORT QString toQString() const;
Heap::StringOrSymbol *toStringOrSymbol(ExecutionEngine *e);
quint64 id() const { return val._val; }
static PropertyKey fromId(quint64 id) {