src/linetypes/metacommand.h

changeset 35
98906a94732f
parent 14
20d2ed3af73d
child 77
028798a72591
equal deleted inserted replaced
34:1de2b8d64e9f 35:98906a94732f
1 #pragma once 1 #pragma once
2 #include "object.h" 2 #include "object.h"
3 3
4 namespace linetypes 4 namespace ldraw
5 { 5 {
6 class MetaCommand; 6 class MetaCommand;
7 } 7 }
8 class linetypes::MetaCommand : public Object 8 class ldraw::MetaCommand : public Object
9 { 9 {
10 public: 10 public:
11 MetaCommand() = default; 11 MetaCommand() = default;
12 MetaCommand(QStringView text); 12 MetaCommand(QStringView text);
13 QVariant getProperty(Property property) const override; 13 QVariant getProperty(Property property) const override;

mercurial