Re: [linux-audio-user] Knobs

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Knobs
From: Rui Nuno Capela (rncbc_AT_rncbc.org)
Date: Sun Jul 18 2004 - 15:01:13 EEST


> Arnold Krille
> On Saturday 17 July 2004 23:41, jonathan segel wrote:
>> i can't seem to make the jackmix-0.0.3 on planet-ccrma fc1
>> vgselect.cpp: In member function `void
>> JackMix::VGSelectDialog::finish()':
>> vgselect.cpp:67: error: `selectedId' undeclared (first use this
>> function)
>
> You are using Qt3.1? I just saw that selectedId() is since 3.2...
>
> You should update and I should actually set the prerequisites to
> Qt3.2...
>
> You could also try to replace it with something using selected() but
> that way you have to keep references to the QRadioButtons for
> comparison.
>

Or just replace radiogroup->selectedId() with
radiogroup->id(radiogroup->selected());

Having just Qt3.1 as prerequisite seems to please much more people :)

--
rncbc aka Rui Nuno Capela
rncbc_AT_rncbc.org


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Jul 18 2004 - 15:04:34 EEST