src/objecttypes/modelobject.cpp

changeset 8
44679e468ba9
parent 6
73e448b2943d
child 13
6e838748867b
--- a/src/objecttypes/modelobject.cpp	Sat Oct 05 23:47:03 2019 +0300
+++ b/src/objecttypes/modelobject.cpp	Sun Nov 03 12:17:41 2019 +0200
@@ -105,3 +105,8 @@
 		return BaseObject::setProperty(id, value);
 	}
 }
+
+QString modelobjects::Empty::textRepresentation() const
+{
+	return "";
+}

mercurial