diff -r 2f383e88acf4 -r 185eb297dc1e src/linetypes/errorline.cpp --- a/src/linetypes/errorline.cpp Mon Sep 27 21:04:45 2021 +0300 +++ b/src/linetypes/errorline.cpp Tue Sep 28 00:10:29 2021 +0300 @@ -56,3 +56,8 @@ { return ldraw::Object::deserialize(stream) >> this->text; } + +QString ldraw::ErrorLine::toLDrawCode() const +{ + return this->text; +}