src/linetypes/comment.h@f35843351601
src/linetypes/comment.h
Sun, 12 Sep 2021 13:50:28 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sun, 12 Sep 2021 13:50:28 +0300
- changeset 129
- f35843351601
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
Add documentation
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};