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