src/linetypes/comment.h@caac957e9834
src/linetypes/comment.h
Sat, 01 Feb 2020 17:10:11 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sat, 01 Feb 2020 17:10:11 +0200
- changeset 39
- caac957e9834
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
Main color is now configurable
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};