diff -r 6da096930534 -r 9b655f6fe5a1 src/mainwindow.h --- a/src/mainwindow.h Sat Mar 05 17:18:44 2022 +0200 +++ b/src/mainwindow.h Sat Mar 05 18:26:18 2022 +0200 @@ -44,6 +44,7 @@ void updateRecentlyOpenedDocumentsMenu(); void openRecentFile(); void setRenderStyle(gl::RenderStyle renderStyle); + Q_SLOT void setDrawAxes(bool drawAxes); void actionSave(); void actionSaveAs(); void actionClose();