나는이처럼 내 슬롯을 정의 :C++ Qt는 QObject를 :: 연결 : 없음 같은 슬롯을
void choixPoints:: prendpixel1(Pixel depart)
{
//...
}
나는 다음과 같은 문장을 실행하려는 : 내가 얻을 실행할 때
Pixel depart= picmou->define(); //definition of a pixel, well defined
connect(chp3, SIGNAL(clicked()), this, SLOT(prendpixel1(Pixel depart)));
을 :
QObject::connect: No such slot choixPoints::prendpixel1(Pixel depart)
왜 내 슬롯이 작동하지 않습니까?