src/linetypes/comment.h@f2d78b30f2a9
src/linetypes/comment.h
Fri, 17 Sep 2021 22:38:53 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 17 Sep 2021 22:38:53 +0300
- changeset 130
- f2d78b30f2a9
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
Add missing changes to canvas.h
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};