mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove redundant QDeclarativeAbstractAnimationPrivate member size specifiers
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
2af2359f17
commit
3a30c3e7fb
1 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue