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