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