GH-1217 reset time played on zip pack import
This commit is contained in:
parent
9ba1cd15e7
commit
e60a652b78
3 changed files with 10 additions and 2 deletions
|
@ -71,7 +71,8 @@ public:
|
|||
|
||||
void setRunning(bool running);
|
||||
bool isRunning() const;
|
||||
int64_t totalTimePlayed();
|
||||
int64_t totalTimePlayed() const;
|
||||
void resetTimePlayed();
|
||||
|
||||
/// get the type of this instance
|
||||
QString instanceType() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue