|     18 		const Color color_index = colors::edge); | 
    18 		const Color color_index = colors::edge); | 
|     19 	QVariant getProperty(Property property) const override; | 
    19 	QVariant getProperty(Property property) const override; | 
|     20 	SetPropertyResult setProperty( | 
    20 	SetPropertyResult setProperty( | 
|     21 		Property property, | 
    21 		Property property, | 
|     22 		const QVariant& value) override; | 
    22 		const QVariant& value) override; | 
|         | 
    23 	QString textRepresentation() const override; | 
|     23 private: | 
    24 private: | 
|     24 	Vertex controlPoint_1 = {}; | 
    25 	Vertex controlPoint_1 = {}; | 
|     25 	Vertex controlPoint_2 = {}; | 
    26 	Vertex controlPoint_2 = {}; | 
|     26 }; | 
    27 }; |