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