src/linetypes/comment.h@06a1aef170aa
src/linetypes/comment.h
Thu, 05 Nov 2020 14:29:58 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Thu, 05 Nov 2020 14:29:58 +0200
- changeset 95
- 06a1aef170aa
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
asioita
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};