diff options
author | Brad Pitcher <bradpitcher@gmail.com> | 2011-10-26 02:22:14 (GMT) |
---|---|---|
committer | Brad Pitcher <bradpitcher@gmail.com> | 2011-10-26 02:22:14 (GMT) |
commit | ea7e4988d44249946b620d5973b230cf1a0606ca (patch) | |
tree | 2e3a5c03b78479298c64510356c7b10b9598ea71 /src/MainWindow.h | |
parent | b64de29a302fa09f4e9409f57d344c602566e442 (diff) | |
parent | ff6d6cda13040e69ef15bb8989ca0f436a8020cc (diff) |
Merge branch 'master' of https://github.com/openscad/openscad into win32
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(); |