Fri, 08 Nov 2019 19:05:07 +0200
things
3 | 1 | #pragma once |
14 | 2 | #include "object.h" |
8
44679e468ba9
major update with many things
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
3 | #include "metacommand.h" |
3 | 4 | |
13 | 5 | namespace linetypes |
3 | 6 | { |
7 | class Comment; | |
8 | } | |
9 | ||
13 | 10 | class linetypes::Comment : public MetaCommand |
3 | 11 | { |
8
44679e468ba9
major update with many things
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
12 | using MetaCommand::MetaCommand; |
6 | 13 | QFont textRepresentationFont() const override; |
3 | 14 | }; |