src/linetypes/comment.h@3af627f7a40f
src/linetypes/comment.h
Thu, 13 Feb 2020 12:51:27 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Thu, 13 Feb 2020 12:51:27 +0200
- changeset 53
- 3af627f7a40f
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
added grid program
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};