src/linetypes/comment.h@a36913fc552a
src/linetypes/comment.h
Fri, 06 Mar 2020 16:08:53 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 06 Mar 2020 16:08:53 +0200
- changeset 69
- a36913fc552a
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
begin work on axes 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;
};