summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r--logic/BaseInstance.h3
1 files changed, 2 insertions, 1 deletions
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;