src/linetypes/comment.h@6da867fa5429
src/linetypes/comment.h
Sun, 19 Jan 2020 02:54:48 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sun, 19 Jan 2020 02:54:48 +0200
- changeset 22
- 6da867fa5429
- parent 14
-
20d2ed3af73d
- child 35
-
98906a94732f
- permissions
- -rw-r--r--
commit work on GL rendering
#pragma once
#include "object.h"
#include "metacommand.h"
namespace linetypes
{
class Comment;
}
class linetypes::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};