From kde-core-devel Thu Jan 31 08:53:50 2002 From: Simon Hausmann Date: Thu, 31 Jan 2002 08:53:50 +0000 To: kde-core-devel Subject: Re: KToggleAction: should setExclusiveGroup be a slot? X-MARC-Message: https://marc.info/?l=kde-core-devel&m=101246722732521 On Wed, Jan 30, 2002 at 09:18:03PM +0100, Wilco Greven wrote: > Hello, > > I noticed a comment from David in kaction.h about setExclusiveGroup being a > slot. I can't think of a situation where one wants to change the group more > than once, so I also think it should be turned into a normal method. Should I > change it? Agreed. You could also make the accessor (exclusiveGroup()) non-virtual, I think. Simon