src/linetypes/comment.h

Fri, 07 Feb 2020 23:59:06 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Fri, 07 Feb 2020 23:59:06 +0200
changeset 51
1a9eac27698d
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

selection works now

#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