Mark QHostAddress relocatable

Change-Id: Iee8cbc07c4434ce9b560ffff13ca3fb80be56be6
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
bb10
Thiago Macieira 2015-03-10 14:18:11 -07:00
parent af6467c532
commit e01fa5f152
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ public:
protected:
QScopedPointer<QHostAddressPrivate> d;
};
Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6(QHostAddress)
inline bool operator ==(QHostAddress::SpecialAddress address1, const QHostAddress &address2)
{ return address2 == address1; }