mirror of https://github.com/qt/qtgraphs.git
Use the correct macro to create an exported Q_NAMESPACE
Pick-to: 6.8 Change-Id: I564281ca685a168501ecfffdd3e631f1c0ad7579 Reviewed-by: Sami Varanka <sami.varanka@qt.io>
This commit is contained in:
parent
3199d40a3d
commit
ffa6c6018d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue