diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-30 22:30:22 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-30 22:30:22 (GMT) |
commit | 03ba01bd50e10da24cf54102528715c15d959526 (patch) | |
tree | f55178cd351f601733accf8b28e5ff2f1add4395 /openscad.h | |
parent | ed6224024ee603ae5cd7ba910691858549d38388 (diff) |
Clifford Wolf:
Added edit menu
git-svn-id: http://svn.clifford.at/openscad/trunk@41 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -490,6 +490,12 @@ private slots: void actionReload(); private slots: + void editIndent(); + void editUnindent(); + void editComment(); + void editUncomment(); + +private slots: void actionReloadCompile(); void actionCompile(); #ifdef ENABLE_CGAL |