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

@@ -45,7 +45,6 @@ protected:
virtual void stopAnimation();
private:
void startAnimation(QAbstractAnimation::DeletionPolicy policy = KeepWhenStopped);
void updateCurrentValue(const QVariant& value) override;
friend class NavigationAnimator;