src/linetypes/comment.h

changeset 176
cd9d6bf6f649
parent 174
3016b494685c
child 177
f69d53c053df
--- 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;
-};

mercurial