GH-1217 reset time played on zip pack import

This commit is contained in:
Petr Mrázek 2015-09-22 01:25:34 +02:00
parent 9ba1cd15e7
commit e60a652b78
3 changed files with 10 additions and 2 deletions

View file

@ -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;