Inter plugin communication

Roberto Raggi roberto at kdevelop.org
Fri May 20 13:14:06 UTC 2005


On Friday 20 May 2005 13:05, Roberto Raggi wrote:
> Hi Andreas,
ops!! typo (1) 

Hi Andras,

> connect(MyInterface::instance()->my_signal(), SIGNAL(initialized()),
> 		this, SLOT(useMe()));
>
typo (2)

connect(MyInterface::instance()->objectCast(), SIGNAL(my_signal()),
		this, SLOT(useMe()));

:-)

ciao robe




More information about the KDevelop-devel mailing list