From kde-core-devel Thu Jan 04 16:24:59 2007 From: =?iso-8859-15?q?Andr=E9_W=F6bbeking?= Date: Thu, 04 Jan 2007 16:24:59 +0000 To: kde-core-devel Subject: Re: private slots Message-Id: <200701041724.59699.Woebbeking () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=116792790723530 On Wednesday 03 January 2007 16:39, Simon Hausmann wrote: > On Wednesday 03 January 2007 16:23, Thomas Zander wrote: > > > > How is this better than the following? > > > > private slots: > >   void slotDateChanged(); > > Because slotDateChanged() is a publically exported symbol. On > non-Msvc compilers you can still call it with #define private/public > hacks. On Windows you can't remove it at all without breaking binary > compatibility (even if no application calls it). Can you still connect to private slots from "outside"? If so you can call every private slot. Cheers, André