#ifndef CLASSC_HPP #define CLASSC_HPP #include class C : public QObject { Q_OBJECT public: C(); }; #endif