Un-export QVariantRef and QVariantPointer
Templates should not be exported. Change-Id: I1378414a6e146eab125e43670e538afec00cd917 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
43108bc6fa
commit
b30801f64d
@ -663,7 +663,7 @@ Q_CORE_EXPORT QDebug operator<<(QDebug, const QVariant::Type);
|
||||
#endif
|
||||
|
||||
template<typename Pointer>
|
||||
class Q_CORE_EXPORT QVariantRef
|
||||
class QVariantRef
|
||||
{
|
||||
private:
|
||||
const Pointer *m_pointer = nullptr;
|
||||
@ -700,7 +700,7 @@ public:
|
||||
};
|
||||
|
||||
template<typename Pointer>
|
||||
class Q_CORE_EXPORT QVariantPointer
|
||||
class QVariantPointer
|
||||
{
|
||||
private:
|
||||
const Pointer *m_pointer = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user