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:
parent
24cc93ec5b
commit
4d1f30301b
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue