GH-1217 add simple instance play time tracking
Not reliable in the face of crashes... but what is?
This commit is contained in:
parent
b107617112
commit
9ba1cd15e7
13 changed files with 103 additions and 51 deletions
|
@ -79,8 +79,6 @@ public:
|
|||
/// get the current full version info
|
||||
std::shared_ptr<MinecraftProfile> getMinecraftProfile() const;
|
||||
|
||||
virtual QString getStatusbarDescription() override;
|
||||
|
||||
virtual QDir jarmodsPath() const;
|
||||
virtual QDir librariesPath() const;
|
||||
virtual QDir versionsPath() const;
|
||||
|
@ -92,6 +90,8 @@ public:
|
|||
|
||||
std::shared_ptr<OneSixInstance> getSharedPtr();
|
||||
|
||||
virtual QString typeName() const;
|
||||
|
||||
signals:
|
||||
void versionReloaded();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue