From kde-core-devel Mon Feb 17 10:41:34 2003 From: Matthias Ettrich Date: Mon, 17 Feb 2003 10:41:34 +0000 To: kde-core-devel Subject: Re: direct slot invocation (Re: kdelibs/kdecore) X-MARC-Message: https://marc.info/?l=kde-core-devel&m=104547889104680 On Sunday 16 February 2003 20:23, Oswald Buddenhagen wrote: > moin, > > i originally sent this to scott only, but it seems to be worth > discussing publically from what i heard on irc. > > my position here is that my code is safe even though it uses internal > apis. the stuff around qt_invoke cannot be changed before qt 4.0, as > qt3.0-created mocs (which use qt_invoke) must still work with the > qmetaobject provided by later qt3.x versions. and as long qt_invoke does > not change, there is also little point in changing findSlot. so i think > it is safe to assume that this api is stable within all qt3.x releases. Your reasoning is correct, as long as you keep in mind that it will definitely change in Qt4. Matthias