diff options
| author | Alexey Edelev <alexey.edelev@qt.io> | 2023-11-23 10:27:16 +0100 |
|---|---|---|
| committer | Alexey Edelev <alexey.edelev@qt.io> | 2024-01-09 10:40:47 +0100 |
| commit | 87c43926fa454905ee40cb5617cd071c73522657 (patch) | |
| tree | df744cf3f78d5b77974dc5557cb97a74d57d1593 /src/qmlworkerscript/qquickworkerscript_p.h | |
| parent | a42d5155197d792949012c6e78b3f3e7190d2973 (diff) | |
Remove the use of Q_QMLWORKERSCRIPT_PRIVATE_EXPORT
Task-number: QTBUG-117983
Change-Id: I80c13c1b85124a5020297f53badff4534befd47b
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmlworkerscript/qquickworkerscript_p.h')
| -rw-r--r-- | src/qmlworkerscript/qquickworkerscript_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlworkerscript/qquickworkerscript_p.h b/src/qmlworkerscript/qquickworkerscript_p.h index c91dff4f61..cf7487038b 100644 --- a/src/qmlworkerscript/qquickworkerscript_p.h +++ b/src/qmlworkerscript/qquickworkerscript_p.h @@ -48,7 +48,7 @@ private: }; class QQmlV4Function; -class Q_QMLWORKERSCRIPT_PRIVATE_EXPORT QQuickWorkerScript : public QObject, public QQmlParserStatus +class Q_QMLWORKERSCRIPT_EXPORT QQuickWorkerScript : public QObject, public QQmlParserStatus { Q_OBJECT Q_DISABLE_COPY_MOVE(QQuickWorkerScript) |
