diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-19 15:35:14 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-19 15:35:14 (GMT) |
commit | 038767f6a601399d2e6792019f2ae2c326e04bec (patch) | |
tree | 638f73e342cb14f1834f6704a3e2736536a28ee4 /src/MainWindow.h | |
parent | 5dd4decc9106fe27f088358f8326bb15d367af35 (diff) |
Experimental support for exporting the compiled CSG tree as a text file
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 37a6a4c..a3c812b 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -115,6 +115,7 @@ private slots: void actionExportSTL(); void actionExportOFF(); void actionExportDXF(); + void actionExportCSG(); void actionExportImage(); void actionFlushCaches(); |