Don't export ~QESDP<QFontVariableAxisPrivate>

It's not needed, cf. QTBUG-128656 and
qtgraphs/6ae7164a5432bc49d7e9688dfd79c20515dd9333.

Found in API-review.

Amends cc128d802c6d9c87a1e00a8a88d5e6590a7195f4.

Change-Id: I3860ea5ac3d17590b1134af40927387f19dea640
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit ac5ab8ce32c6bd4122ecc690d30eade5c4f4bf2a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2025-01-29 12:15:03 +01:00 committed by Qt Cherry-pick Bot
parent e4502f3dc1
commit 6143ae4012

View File

@ -12,7 +12,7 @@
QT_BEGIN_NAMESPACE
class QFontVariableAxisPrivate;
QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(QFontVariableAxisPrivate, Q_GUI_EXPORT)
QT_DECLARE_QESDP_SPECIALIZATION_DTOR(QFontVariableAxisPrivate)
class QFontVariableAxis
{