#ifndef OBJECT_HPP #define OBJECT_HPP #include class Object_hpp : public QObject { Q_OBJECT Q_SLOT void go(){}; }; #endif