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