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