src/objecttypes/comment.h

changeset 13
6e838748867b
parent 8
44679e468ba9
equal deleted inserted replaced
12:fe67489523b5 13:6e838748867b
1 #pragma once 1 #pragma once
2 #include "modelobject.h" 2 #include "modelobject.h"
3 #include "metacommand.h" 3 #include "metacommand.h"
4 4
5 namespace modelobjects 5 namespace linetypes
6 { 6 {
7 class Comment; 7 class Comment;
8 } 8 }
9 9
10 class modelobjects::Comment : public MetaCommand 10 class linetypes::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