GH-1217 add simple instance play time tracking
Not reliable in the face of crashes... but what is?
This commit is contained in:
@@ -78,4 +78,8 @@ public:
|
||||
{
|
||||
return instanceRoot();
|
||||
}
|
||||
virtual QString typeName() const
|
||||
{
|
||||
return "Null";
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user