diff -r 30204975694a -r 64ea7282611e src/document.h --- a/src/document.h Mon May 16 01:40:49 2022 +0300 +++ b/src/document.h Tue May 24 16:11:10 2022 +0300 @@ -48,6 +48,7 @@ void applyToVertices(VertexMap::ApplyFunction fn) const; void handleKeyPress(QKeyEvent* event); void adjustGridToView(); + const glm::mat4& currentGrid() const; const Model& getModel() const; const QSet selectedObjects() const; const ldraw::ColorTable& colorTable;