QSharedData: unexport in Qt 6

It's fully inlined anyhow.

Change-Id: I8cb78ad6f75d3cc3b27cf91a3ba271cf312c9555
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Giuseppe D'Angelo 2019-05-13 19:04:38 +02:00
parent 7f35255d87
commit 1df98e6bb9

View File

@ -52,7 +52,11 @@ QT_BEGIN_NAMESPACE
template <class T> class QSharedDataPointer;
class Q_CORE_EXPORT QSharedData
class
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
Q_CORE_EXPORT
#endif
QSharedData
{
public:
mutable QAtomicInt ref;