From 9ba1cd15e7f902cae705ff22451e4f76ad0d71ab Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Tue, 22 Sep 2015 01:06:45 +0200 Subject: GH-1217 add simple instance play time tracking Not reliable in the face of crashes... but what is? --- logic/NullInstance.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'logic/NullInstance.h') diff --git a/logic/NullInstance.h b/logic/NullInstance.h index ebfe4f56..cf304f9f 100644 --- a/logic/NullInstance.h +++ b/logic/NullInstance.h @@ -78,4 +78,8 @@ public: { return instanceRoot(); } + virtual QString typeName() const + { + return "Null"; + } }; -- cgit