QCollatorSortKey: don't export the private class destructor
It needn't be exported because the public class destructor is defined out-of-line and the move ctor, even though inline, and requiring the definition of the member destructor at compile time, doesn't actually call it. Amends 612ed28985736cabce722580d9b84c5af4460e05. Found in API review. Pick-to: 6.8 Change-Id: Ia782fd5597c215c16929752e9f34534b74406230 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
parent
5790d16744
commit
d9346c9610
@ -13,7 +13,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
class QCollatorPrivate;
|
class QCollatorPrivate;
|
||||||
class QCollatorSortKeyPrivate;
|
class QCollatorSortKeyPrivate;
|
||||||
QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(QCollatorSortKeyPrivate, Q_CORE_EXPORT)
|
QT_DECLARE_QESDP_SPECIALIZATION_DTOR(QCollatorSortKeyPrivate)
|
||||||
|
|
||||||
class Q_CORE_EXPORT QCollatorSortKey
|
class Q_CORE_EXPORT QCollatorSortKey
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user