#ifndef GOBJ_HPP #define GOBJ_HPP #include namespace subGlobal { class GObj : public QObject { Q_OBJECT public: GObj(); ~GObj(); }; } #endif