diff options
-rw-r--r-- | src/mainwin.cc | 2 | ||||
-rw-r--r-- | src/openscad.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 30e1a17..ecbe271 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -99,6 +99,8 @@ #define OPENCSG_VERSION_STRING "unknown, <1.3.2" #endif +extern QString examplesdir; + // Global application state unsigned int GuiLocker::gui_locked = 0; diff --git a/src/openscad.h b/src/openscad.h index 8b49ba2..8d9a01e 100644 --- a/src/openscad.h +++ b/src/openscad.h @@ -33,12 +33,9 @@ extern int get_fragments_from_r(double r, double fn, double fs, double fa); #include <string> extern std::string commandline_commands; -#include <QString> // The CWD when application started. We shouldn't change CWD, but until we stop // doing this, use currentdir to get the original CWD. extern std::string currentdir; -extern QString examplesdir; - #endif |