Out of bounds warning

This commit is contained in:
Alexey 2025-07-02 16:58:22 +03:00
commit 10ddcc51a2
3 changed files with 50 additions and 6 deletions

View file

@ -21,6 +21,8 @@ struct PointProbe
inBounds(bounds) {}
};
class GridPreview : public QWidget
{
Q_OBJECT
@ -69,6 +71,7 @@ public:
int getPointOwner(const QPoint& point);
const PointProbe probePoint(const QPoint& point);
const QList<PointProbe> pointsOutOfBounds();
signals:
void updatedContents();
};