Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Killbots
Commits
1cf980b8
Commit
1cf980b8
authored
Sep 29, 2020
by
Laurent Montel
😁
Browse files
Make it compile without deprecated method
parent
6a0581eb
Changes
1
Show whitespace changes
Inline
Side-by-side
coordinator.cpp
View file @
1cf980b8
...
...
@@ -80,7 +80,7 @@ Killbots::Coordinator::Coordinator(QObject *parent)
m_newGameRequested
(
false
),
m_queuedAction
(
NoAction
)
{
m_timeLine
.
set
CurveShape
(
QTimeLine
::
Ease
InOut
Curv
e
);
m_timeLine
.
set
EasingCurve
(
QEasingCurve
::
InOut
Sin
e
);
connect
(
&
m_timeLine
,
&
QTimeLine
::
valueChanged
,
this
,
&
Coordinator
::
animate
);
connect
(
&
m_timeLine
,
&
QTimeLine
::
finished
,
this
,
&
Coordinator
::
nextAnimationStage
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment