src/linetypes/comment.h

Tue, 21 Sep 2021 19:58:06 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Tue, 21 Sep 2021 19:58:06 +0300
changeset 133
e39326ee48dc
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

Begin work on edit history

#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