Gui: Replace startAnimation() with inherited start()

This commit is contained in:
Rexbas
2023-10-22 10:41:31 +02:00
committed by wwmayer
parent e2579b7685
commit b147e78cda
3 changed files with 1 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ void NavigationAnimator::start(const std::shared_ptr<NavigationAnimation>& anima
activeAnimation->initialize();
connect(activeAnimation.get(), &NavigationAnimation::finished, this, &NavigationAnimator::reset);
activeAnimation->startAnimation();
activeAnimation->start();
}
/**