diff options
author | Marius Kintel <marius@kintel.net> | 2012-05-02 15:55:24 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-05-02 15:55:24 (GMT) |
commit | b4d467ceda9a13a861002f642052214e59e75d17 (patch) | |
tree | a048a5a40f510bd1ad08fbbe8b823f056f219dad /src/openscad.h | |
parent | 52a4607f324f8767f8139bff9b6d2a13c400d959 (diff) |
Moved examplesdir to mainwin
Diffstat (limited to 'src/openscad.h')
-rw-r--r-- | src/openscad.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |