src/linetypes/comment.h@165777a20dc7
src/linetypes/comment.h
Sun, 10 Jan 2021 15:28:44 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sun, 10 Jan 2021 15:28:44 +0200
- changeset 96
- 165777a20dc7
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
added tool base code
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};