src/linetypes/comment.h

Fri, 06 Mar 2020 21:53:30 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Fri, 06 Mar 2020 21:53:30 +0200
changeset 71
198d25fe4e21
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

show axis directions on the screen

#pragma once
#include "object.h"
#include "metacommand.h"

namespace ldraw
{
	class Comment;
}

class ldraw::Comment : public MetaCommand
{
	using MetaCommand::MetaCommand;
	QFont textRepresentationFont() const override;
};

mercurial