#ifndef OBJA_P_HPP #define OBJA_P_HPP #include class ObjAPrivate : public QObject { Q_OBJECT public: ObjAPrivate(); ~ObjAPrivate(); }; #endif