QEasingCurve: mark as shared
Requires no further changes. Change-Id: Ib280fa69a752aefa1c29fc5f0eb292e99b96270a Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
parent
dfc338613e
commit
9d82b1586d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user