#ifndef CLASSA_HPP #define CLASSA_HPP #include class A : public QObject { Q_OBJECT public: A(); }; #endif