src/linetypes/comment.h@f7dd937667a5
src/linetypes/comment.h
Fri, 28 Feb 2020 19:24:33 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 28 Feb 2020 19:24:33 +0200
- changeset 63
- f7dd937667a5
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
omg functional programming
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};