DCOP and slots

Gav Wood gav at kde.org
Tue Jan 13 15:36:50 GMT 2004


> Tried putting k_dcop: under public slots: ? Does that work, or does moc
> think slots end there?

you could try:

class
{
...
  public slots:
  // MOC_SKIP_BEGIN
  k_dcop:
  // MOC_SKIP_END
  void changeName(...)
}

gav

-- 
Gav Wood <gav at kde.org>

cogito ergo non satis bibivi




More information about the kde-core-devel mailing list