#include<QSettings> added after #include<QApplication

master
shaina7837 2014-08-02 20:53:16 +05:30
parent b18631873e
commit 1ff309a9d2
1 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,6 @@
#include <string>
#include <vector>
#include <fstream>
#include <QSettings>
#ifdef ENABLE_CGAL
#include "CGAL_Nef_polyhedron.h"
@ -221,7 +220,7 @@ Camera get_camera( po::variables_map vm )
#define OPENSCAD_QTGUI 1
#include <QApplication>
#endif
#include <QSettings>
static bool checkAndExport(shared_ptr<const Geometry> root_geom, unsigned nd,
enum FileFormat format, const char *filename)
{