Change encoding

And add fix button
This commit is contained in:
2025-12-07 17:10:48 +03:00
parent 8f7dfb2a45
commit 0cb599e0e4
5 changed files with 44 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
#include "Canvas.h"
#include "Canvas.h"
static double dist_P2P(QPointF p1, QPointF p2) {
return sqrt(pow(p2.x() - p1.x(), 2) + pow(p2.y() - p1.y(), 2));