diff -r 3016b494685c -r cd9d6bf6f649 src/linetypes/comment.h --- a/src/linetypes/comment.h Wed Mar 09 13:14:40 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -#pragma once -#include "object.h" -#include "metacommand.h" - -namespace ldraw -{ - class Comment; -} - -class ldraw::Comment : public MetaCommand -{ - using MetaCommand::MetaCommand; - QFont textRepresentationFont() const override; - Type typeIdentifier() const override; - QString toLDrawCode() const override; -};