src/linetypes/comment.h@764381756899
src/linetypes/comment.h
Wed, 11 Mar 2020 19:05:34 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Wed, 11 Mar 2020 19:05:34 +0200
- changeset 80
- 764381756899
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
simplification
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};