src/linetypes/comment.h

changeset 14
20d2ed3af73d
parent 13
6e838748867b
child 35
98906a94732f
equal deleted inserted replaced
13:6e838748867b 14:20d2ed3af73d
1 #pragma once
2 #include "object.h"
3 #include "metacommand.h"
4
5 namespace linetypes
6 {
7 class Comment;
8 }
9
10 class linetypes::Comment : public MetaCommand
11 {
12 using MetaCommand::MetaCommand;
13 QFont textRepresentationFont() const override;
14 };

mercurial