Change *[Fast|Animated] to anim::type in FadeWrap.

This commit is contained in:
John Preston
2017-09-30 22:20:40 +03:00
parent 0c4bda71fd
commit 83850d9b86
44 changed files with 201 additions and 224 deletions
@@ -56,10 +56,10 @@ void DiscreteSlider::timerEvent(QTimerEvent *e) {
void DiscreteSlider::setActiveSectionFast(int index) {
setActiveSection(index);
finishAnimations();
finishAnimating();
}
void DiscreteSlider::finishAnimations() {
void DiscreteSlider::finishAnimating() {
_a_left.finish();
update();
}