diff --git a/src/corelib/kernel/qvariant.h b/src/corelib/kernel/qvariant.h index 796dd80fd7..f9d46472b0 100644 --- a/src/corelib/kernel/qvariant.h +++ b/src/corelib/kernel/qvariant.h @@ -663,7 +663,7 @@ Q_CORE_EXPORT QDebug operator<<(QDebug, const QVariant::Type); #endif template -class Q_CORE_EXPORT QVariantRef +class QVariantRef { private: const Pointer *m_pointer = nullptr; @@ -700,7 +700,7 @@ public: }; template -class Q_CORE_EXPORT QVariantPointer +class QVariantPointer { private: const Pointer *m_pointer = nullptr;