GH-1217 add simple instance play time tracking

Not reliable in the face of crashes... but what is?
This commit is contained in:
Petr Mrázek
2015-09-22 01:06:45 +02:00
parent b107617112
commit 9ba1cd15e7
13 changed files with 103 additions and 51 deletions

View File

@ -120,7 +120,7 @@ public:
virtual void cleanupAfterRun() override;
virtual QString getStatusbarDescription() override;
virtual QString typeName() const;
protected:
mutable std::shared_ptr<ModList> jar_mod_list;