diff -r 593a658cba8e -r 73e448b2943d src/objecttypes/subfilereference.h --- a/src/objecttypes/subfilereference.h Thu Oct 03 11:45:44 2019 +0300 +++ b/src/objecttypes/subfilereference.h Thu Oct 03 23:44:28 2019 +0300 @@ -11,6 +11,7 @@ public: SubfileReference() = default; QVariant getProperty(Property property) const override; + QString textRepresentation() const override; private: Vertex position; QMatrix3x3 transformation;