aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Rauter <matthias.rauter@qt.io>2024-03-04 16:43:41 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-06 18:12:40 +0000
commit9c884bbcb1c2f203fb96d5414e1db35b09224723 (patch)
treeb30703a248ab9e452290ff1d2e7793195a79d08c
parentabe6e6edfe413b5563f2ae849ee593b987dac42f (diff)
Export QQuadPath::Element for private API
This is required to make non-inlined member functions callable and linkable from outside the library. Change-Id: I1a705b87edfc4b5fa681739bcf0a41954b9d1f11 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit bcc99ae1decf65e06df3693591e0ab2fad578fcc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/scenegraph/util/qquadpath_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/util/qquadpath_p.h b/src/quick/scenegraph/util/qquadpath_p.h
index e18dab8825..6608651be4 100644
--- a/src/quick/scenegraph/util/qquadpath_p.h
+++ b/src/quick/scenegraph/util/qquadpath_p.h
@@ -39,7 +39,7 @@ public:
};
Q_DECLARE_FLAGS(PathHints, PathHint)
- class Element
+ class Q_QUICK_EXPORT Element
{
public:
Element ()