qt的connect(timer,SIGNAL(timeout()),SLOT(sendData()));该如何处理

qt的connect(timer,SIGNAL(timeout()),SLOT(sendData()));
球解
     connect(timer,SIGNAL(timeout()),SLOT(sendData())); 
     这个函数里面为什么没有receive只有槽函数
      谢谢

------解决方案--------------------
不写的话默认就是this