I haven't errors but when i build programm, debug write QObject::connect no such slots Myclass ::MyVoid().
what is it?
Thank's for answers!
I haven't errors but when i build programm, debug write QObject::connect no such slots Myclass ::MyVoid().
what is it?
Thank's for answers!
Show us some code
My guess is that you either made some mistake when called connect.
or is void MyVoid() declared as public slots: in the definition of Myclass?
Also make sure your class has the Q_OBJECT macro and qmake is called after adding it.
Bookmarks