#ifndef GLOBAL_H #define GLOBAL_H #include #include extern QVector g_DEMCollection; class Global { public: Global(); }; #endif // GLOBAL_H