From 9d82b1586d2a857149bba97fdcf8ff2ad07fefdb Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Wed, 22 Feb 2017 11:53:08 +0000 Subject: QEasingCurve: mark as shared Requires no further changes. Change-Id: Ib280fa69a752aefa1c29fc5f0eb292e99b96270a Reviewed-by: Marc Mutz --- src/corelib/tools/qeasingcurve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/tools/qeasingcurve.h') diff --git a/src/corelib/tools/qeasingcurve.h b/src/corelib/tools/qeasingcurve.h index efed5d36ee..ba06de8f9e 100644 --- a/src/corelib/tools/qeasingcurve.h +++ b/src/corelib/tools/qeasingcurve.h @@ -125,7 +125,7 @@ private: friend Q_CORE_EXPORT QDataStream &operator>>(QDataStream &, QEasingCurve &); #endif }; -Q_DECLARE_TYPEINFO(QEasingCurve, Q_MOVABLE_TYPE); +Q_DECLARE_SHARED(QEasingCurve) #ifndef QT_NO_DEBUG_STREAM Q_CORE_EXPORT QDebug operator<<(QDebug debug, const QEasingCurve &item); -- cgit v1.2.3