Make KWin::TimeLine::progress() public

This way we can have animations that act slightly different in different
parts of the animation
This commit is contained in:
Aleix Pol 2021-07-29 15:01:03 +02:00 committed by Aleix Pol Gonzalez
parent 24cc93ec5b
commit 4d1f30301b

View file

@ -3755,7 +3755,11 @@ public:
TimeLine &operator=(const TimeLine &other);
private:
/**
* @returns a value between 0 and 1 defining the progress of the timeline
*
* @since 5.23
*/
qreal progress() const;
private: