src/linetypes/comment.h@c92c1daf735f
src/linetypes/comment.h
Wed, 22 Jan 2020 22:41:17 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Wed, 22 Jan 2020 22:41:17 +0200
- changeset 28
- c92c1daf735f
- parent 14
-
20d2ed3af73d
- child 35
-
98906a94732f
- permissions
- -rw-r--r--
modelview matrix set up
#pragma once
#include "object.h"
#include "metacommand.h"
namespace linetypes
{
class Comment;
}
class linetypes::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};