1401:59b578c77111 | 1402:8bbf2af8c3f5 |
---|---|
25 LDObjectType LDComment::type() const | 25 LDObjectType LDComment::type() const |
26 { | 26 { |
27 return LDObjectType::Comment; | 27 return LDObjectType::Comment; |
28 } | 28 } |
29 | 29 |
30 QString LDComment::typeName() const | 30 QString LDComment::iconName() const |
31 { | 31 { |
32 return "comment"; | 32 return "comment"; |
33 } | 33 } |
34 | 34 |
35 bool LDComment::isScemantic() const | 35 bool LDComment::isScemantic() const |