Skip to content

Commit 1ee1e9a

Browse files
committed
Update graphics_scene.h
[Feature/Qt6] Fix build on MacOS
1 parent 6e1f022 commit 1ee1e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/gui/include/gui/graph_widget/graphics_scene.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ namespace hal
105105
* @param pos - The position to snap to the grid
106106
* @returns the closest position on the grid
107107
*/
108-
static QPointF snapToGrid(const QPointF& pos) Q_DECL_DEPRECATED;
108+
static QPointF snapToGrid(const QPointF& pos);
109109

110110
/**
111111
* Constructor.

0 commit comments

Comments
 (0)