diff options
author | Marius Kintel <marius@kintel.net> | 2011-06-05 18:05:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-06-05 18:05:55 (GMT) |
commit | 367dcbcb506b5bc5d7131894c69ec255aaf325e6 (patch) | |
tree | 91f086594655f139781ee3c93061096521428edc /src/MainWindow.h | |
parent | c807f9bbd1622292b32eb39c21133d7a0a548fc8 (diff) |
Added Export as Image
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 c0a9844..23daf44 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -109,6 +109,7 @@ private slots: void actionExportSTL(); void actionExportOFF(); void actionExportDXF(); + void actionExportImage(); void actionFlushCaches(); public: |