so I can't declare a slot as:
Qt Code:
  1. public slots:
  2. static mySlot();
To copy to clipboard, switch view to plain text mode 
I have some instance of an object but I require only a SLOT...........
furthermore (to don't open other post): I have a slider1 connect to a dial and a mySLot().
I need block signal only to mySlot(). possible? thanks