Re: [Devel] [PATCH] qbox

2003-12-05 Thread Angus Leeming
Juergen Spitzmueller wrote: >> Jürgen, LengthCombo derives publicly from QComboBox. I think >> therfore that this isn't needed: >> >> +void LengthCombo::setCurrentItem(int item) >> +{ >> + QComboBox::setCurrentItem(item); >> +} >> >> The code will just do the right thing. > > I'd guess so to

Re: [Devel] [PATCH] qbox

2003-12-05 Thread Juergen Spitzmueller
Angus Leeming wrote: > Jürgen, LengthCombo derives publicly from QComboBox. I think therfore that > this isn't needed: > > +void LengthCombo::setCurrentItem(int item) > +{ > +   QComboBox::setCurrentItem(item); > +} > > The code will just do the right thing. I'd guess so too, but then I get th