src/objecttypes/errorline.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 3
4 namespace modelobjects 4 namespace linetypes
5 { 5 {
6 class ErrorLine; 6 class ErrorLine;
7 } 7 }
8 8
9 class modelobjects::ErrorLine : public BaseObject 9 class linetypes::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