src/linetypes/comment.h

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

mercurial