src/linetypes/comment.h

Fri, 07 Feb 2020 02:02:16 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Fri, 07 Feb 2020 02:02:16 +0200
changeset 50
0f80a2e5e42b
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

fix some warnings

#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