Use the correct macro to create an exported Q_NAMESPACE

Change-Id: I564281ca685a168501ecfffdd3e631f1c0ad7579
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
(cherry picked from commit ffa6c6018d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Thiago Macieira 2024-11-08 11:15:36 -08:00 committed by Qt Cherry-pick Bot
parent 5d9b1c958d
commit abde6365ec
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ QT_BEGIN_NAMESPACE
namespace QtGraphs3D {
Q_GRAPHS_EXPORT Q_NAMESPACE
Q_NAMESPACE_EXPORT(Q_GRAPHS_EXPORT)
QML_NAMED_ELEMENT(Graphs3D)
enum class SelectionFlag {