src/linetypes/comment.h@90443fb328ea
src/linetypes/comment.h
Sat, 01 Feb 2020 15:33:57 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sat, 01 Feb 2020 15:33:57 +0200
- changeset 37
- 90443fb328ea
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
wired renderstyle up
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};