diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-09 14:25:09 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-09 14:25:09 (GMT) |
commit | 1a3769d5952b09c5cf1a6864bdf1925b380d8042 (patch) | |
tree | 6e2316450ff7c673dba14491f52f1a96aa847a00 /openscad.cc | |
parent | c8baf2b227a23b1361a4fa160ef1c183ef24f431 (diff) |
Extracted MainWindow.h from openscad.h, moved GUI definition to MainWindow.ui. NB! This is not thoroughly tested yet
git-svn-id: http://svn.clifford.at/openscad/trunk@155 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.cc')
-rw-r--r-- | openscad.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.cc b/openscad.cc index 92480dc..249089a 100644 --- a/openscad.cc +++ b/openscad.cc @@ -21,6 +21,7 @@ #define INCLUDE_ABSTRACT_NODE_DETAILS #include "openscad.h" +#include "MainWindow.h" #include <QApplication> #include <QFile> |