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:
parent
7f35255d87
commit
1df98e6bb9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user