And make TODO for P2P
@@ -227,11 +227,8 @@ public:
Line* Copy() override;
void draw(QPainter& p, bool highlight = false);
void set_tag(int _tag) {
tag = _tag;
p1.set_tag(_tag);
p2.set_tag(_tag);
}
void set_tag(int);
bool contains(QPointF, qreal tol = 10.0) const;
};
class Circle: public Curve
The note is not visible to the blocked user.