src/linetypes/comment.h@028798a72591
src/linetypes/comment.h
Mon, 09 Mar 2020 23:42:26 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Mon, 09 Mar 2020 23:42:26 +0200
- changeset 77
- 028798a72591
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
added some meta stuff, simplified quadrilateral splitting and tested it
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};