Quote Originally Posted by nupul
and this is the signal

Qt Code:
  1. void MyDesktop::showMyComputerMenu()
  2. {
  3.  
  4. qDebug("My computer signal activate");
  5.  
  6. }
To copy to clipboard, switch view to plain text mode 
You can't implement signals --- moc does this for you.