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 too, but then I get the error below. Seems that the
> function is somehow overwritten by
> Lengthcombo::setCurrentItem(LyXLength::unit unit) and has to be
> reimplemented.

Ohhhhhhh!

-- 
Angus

Reply via email to