Add action to play timelapse in reverse

This commit is contained in:
Malin E
2021-10-06 13:05:14 +02:00
parent 19e936ea18
commit 26101b66cc
5 changed files with 39 additions and 1 deletions

View File

@@ -110,6 +110,11 @@ public:
*/
double currentTime() const;
/**
* Updates the current time to the given j2000 time value
*/
void setCurrentTime(double time);
/**
* \returns a vector of all scripts that has been loaded
*/