Remove mode for areCoincedent

This commit is contained in:
2025-12-10 21:07:12 +03:00
parent 4407aa6017
commit ef526d66ce
2 changed files with 10 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ private:
// ====================== Поиск и выбор ======================
Line* findAt(QPointF&); // ищет линию под курсором
Point* findPointAt(QPointF, qreal tolerance = 5.0);
bool areCoincident(Point*, Point*, bool mode = false);
bool areCoincident(Point*, Point*);
// ====================== Параллельность ======================
bool areAlreadyParallel(Line* l1, Line* l2); // проверка на дубликат