diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a1e613d..020ae8f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -21,6 +21,16 @@ private: void initUi(); void initShortcuts(); +private slots: + /*! + * \brief onExport - export design data in OpenSCAD format + */ + /*! + * \brief onExport - export design data in OpenSCAD format + * \param filepath - path to file to write to + */ + void onExport(const QString& filepath); + private: GraphicsScene* m_scene{nullptr}; GraphicsView* m_view{nullptr}; |
