src/linetypes/comment.h

Sun, 02 Feb 2020 00:50:57 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 02 Feb 2020 00:50:57 +0200
changeset 43
08dc62e03a6d
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

made edges white in dark backgrounds

#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