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