src/linetypes/comment.h@bbb901b97404
src/linetypes/comment.h
Fri, 31 Jan 2020 00:25:35 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 31 Jan 2020 00:25:35 +0200
- changeset 36
- bbb901b97404
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
added render style storage
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};