We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1f022 commit 1ee1e9aCopy full SHA for 1ee1e9a
1 file changed
plugins/gui/include/gui/graph_widget/graphics_scene.h
@@ -105,7 +105,7 @@ namespace hal
105
* @param pos - The position to snap to the grid
106
* @returns the closest position on the grid
107
*/
108
- static QPointF snapToGrid(const QPointF& pos) Q_DECL_DEPRECATED;
+ static QPointF snapToGrid(const QPointF& pos);
109
110
/**
111
* Constructor.
0 commit comments