diff options
Diffstat (limited to 'logic/NullInstance.h')
-rw-r--r-- | logic/NullInstance.h | 4 |
1 files changed, 4 insertions, 0 deletions
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"; + } }; |