src/linetypes/comment.h@b54b350dff5d
src/linetypes/comment.h
Fri, 27 Aug 2021 00:55:32 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 27 Aug 2021 00:55:32 +0300
- changeset 122
- b54b350dff5d
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
Show concave polygons as red while drawing
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};