remove redundant QDeclarativeAbstractAnimationPrivate member size specifiers

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-12-31 00:13:27 +00:00
parent 2af2359f17
commit 3a30c3e7fb

View file

@ -205,14 +205,14 @@ public:
avoidPropertyValueSourceStart(false), disableUserControl(false),
registered(false), loopCount(1), group(Q_NULLPTR) {}
bool running:1;
bool paused:1;
bool alwaysRunToEnd:1;
bool connectedTimeLine:1;
bool componentComplete:1;
bool avoidPropertyValueSourceStart:1;
bool disableUserControl:1;
bool registered:1;
bool running;
bool paused;
bool alwaysRunToEnd;
bool connectedTimeLine;
bool componentComplete;
bool avoidPropertyValueSourceStart;
bool disableUserControl;
bool registered;
int loopCount;