src/linetypes/comment.h@9eb5e06f34c3
src/linetypes/comment.h
Mon, 24 Aug 2020 22:55:37 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Mon, 24 Aug 2020 22:55:37 +0300
- changeset 91
- 9eb5e06f34c3
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
add comments
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};