diff options
| author | Marc Mutz <marc.mutz@kdab.com> | 2015-07-05 22:33:18 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@kdab.com> | 2015-07-07 05:22:42 +0000 |
| commit | a11b6317528cb4149b385982731f21521ba8f9f9 (patch) | |
| tree | 567db4ff823d3a5db41dd5e2e914569b1f2e162c /src/corelib/tools/qeasingcurve.cpp | |
| parent | 8b5cdc20be5df287f61fce25998bb5dc4bcf73fb (diff) | |
QtCore: mark some more types as movable/primitive
These are already held in QVectors.
Change-Id: I6fe831ba5b75d792fd13e63ef0d2e178b52e1107
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qeasingcurve.cpp')
| -rw-r--r-- | src/corelib/tools/qeasingcurve.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp index 58ccd32c5eb..22f5c65a40b 100644 --- a/src/corelib/tools/qeasingcurve.cpp +++ b/src/corelib/tools/qeasingcurve.cpp @@ -340,6 +340,7 @@ struct TCBPoint { qFuzzyCompare(_b, other._b); } }; +Q_DECLARE_TYPEINFO(TCBPoint, Q_PRIMITIVE_TYPE); typedef QVector<TCBPoint> TCBPoints; |
