diff options
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 79e2080..46a2996 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -54,11 +54,12 @@ public: std::vector<shared_ptr<CSGTerm> > background_terms; CSGChain *background_chain; QString last_compiled_doc; + QString qexamplesdir; static const int maxRecentFiles = 10; QAction *actionRecentFile[maxRecentFiles]; - MainWindow(const QString &filename); + MainWindow(const QString &filename, const QString &examplesdir); ~MainWindow(); protected: |