src/linetypes/comment.h

Sun, 02 Feb 2020 00:58:59 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 02 Feb 2020 00:58:59 +0200
changeset 45
272c84c7c87e
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

added configurable line anti-aliasing

#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