diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-22 15:20:52 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-22 15:20:52 (GMT) |
commit | 5533114cb5c140ec654d75a3e26a266eba10e94b (patch) | |
tree | 743f50d11c4cbcc890c7029da2b5d77494ac0183 /MainWindow.h | |
parent | 109df704bae87a1b24c1101c304d93e6ce0d9e20 (diff) |
Added examples menu
git-svn-id: http://svn.clifford.at/openscad/trunk@338 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index f344711..17269ae 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -46,6 +46,7 @@ public: static const int maxRecentFiles = 10; QAction *actionRecentFile[maxRecentFiles]; + QString examplesdir; MainWindow(const char *filename = 0); ~MainWindow(); @@ -70,6 +71,7 @@ private slots: void actionNew(); void actionOpen(); void actionOpenRecent(); + void actionOpenExample(); void clearRecentFiles(); void updateRecentFileActions(); void actionSave(); |