From e60a652b78af8f985862da726898291f807ae058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 22 Sep 2015 01:25:34 +0200 Subject: GH-1217 reset time played on zip pack import --- logic/BaseInstance.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'logic/BaseInstance.h') diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index 32a4d1cd..8c0c098b 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -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; -- cgit v1.2.3