Out of bounds warning
This commit is contained in:
parent
8d757e96be
commit
10ddcc51a2
3 changed files with 50 additions and 6 deletions
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue