[Development] QEasingCurve saving to QDataStream
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Tue May 8 21:42:37 CEST 2018
Am 08.05.2018 um 20:40 schrieb Thiago Macieira:
> Does anyone remember the implementation details for this class? If so, can you
> help with https://bugreports.qt.io/browse/QTBUG-68181 ?
>
> I can clearly see parameters that are not properly saved to the stream, but I
> don't know which parameters need to be saved and which ones are computed only.
I'm not sure if it helps but from my pov it would be enough to
additionally save _bezierCurves when the type is
QEasingCurve::BezierSpline and _bezierCurves and _tcbPoints when the
type is QEasingCurve::TCBSpline.
HTH,
Christian
More information about the Development
mailing list