Actually writes No such slot
void runA(long &a, long &b, int end); I want to call it recursively like this
QTimer::singleShot(300, this, SLOT(runA(a,b,end))); Before that I used no problems in the projects. I checked Q_OBJECT in place, tried to move the slot to the public stlot does not help as in public Q_OBJECT.