aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-01-25 13:00:15 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-29 04:20:21 +0000
commit0baf2841b69b609aeeba1d1746d6bea852cbe85a (patch)
tree20e10027295d9766e8c8615aaf6d03d26b10d805
parentc93199fbc12f463fa8afc09c7261d201dc4c79c2 (diff)
Auto-test-export QQuickIconLabelPrivate
It's used in tst_qquickiconlabel.cpp, thus breaking ubsan builds unless exported. Change-Id: I44192fafc7cfcc57e6eccaf0d7df37b510e6d290 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 7e3b966bf88c2316516f24b0800d4edcf705d5b9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quickcontrols2impl/qquickiconlabel_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols2impl/qquickiconlabel_p_p.h b/src/quickcontrols2impl/qquickiconlabel_p_p.h
index 882eefd6df..647849b238 100644
--- a/src/quickcontrols2impl/qquickiconlabel_p_p.h
+++ b/src/quickcontrols2impl/qquickiconlabel_p_p.h
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
class QQuickIconImage;
class QQuickMnemonicLabel;
-class QQuickIconLabelPrivate : public QQuickItemPrivate, public QQuickItemChangeListener
+class Q_AUTOTEST_EXPORT QQuickIconLabelPrivate : public QQuickItemPrivate, public QQuickItemChangeListener
{
Q_DECLARE_PUBLIC(QQuickIconLabel)