src/linetypes/errorline.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 ErrorLine; 6 class ErrorLine;
7 } 7 }
8 8
9 class linetypes::ErrorLine : public Object 9 class ldraw::ErrorLine : public Object
10 { 10 {
11 public: 11 public:
12 ErrorLine(QStringView text = u"", QStringView message = u""); 12 ErrorLine(QStringView text = u"", QStringView message = u"");
13 QVariant getProperty(Property property) const override; 13 QVariant getProperty(Property property) const override;
14 SetPropertyResult setProperty( 14 SetPropertyResult setProperty(

mercurial