src/linetypes/comment.h@cb81ecb5fb23
src/linetypes/comment.h
Wed, 26 Feb 2020 02:21:07 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Wed, 26 Feb 2020 02:21:07 +0200
- changeset 55
- cb81ecb5fb23
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
grid stuff
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};