Implement member feature replaces typedefs in parameter list

Kishore kitts.mailinglists at gmail.com
Tue Mar 3 17:38:15 UTC 2009


On Monday 02 Mar 2009 7:28:42 pm Kishore wrote:
> On Monday 02 Mar 2009 5:50:04 pm Milian Wolff wrote:
> > On Monday 02 March 2009, Kishore wrote:
> > > I just noticed that when i use some typedefs for parameter types in the
> > > header and then move over to the cpp file and use the code completion's
> > > feature to implement the function, it replaces the typedef'ed value.
> > >
> > > Something like
> > > void test ( uint16_t *a, uint32_t *b );
> > > becomes
> > > void MyClass:test(int* a, int* b) {
> > >
> > > }
> >
> > How up to date is your KDevelop?
>
> About 3-4 days.
>
> > I saw some commits by David which talked
> > about typedefs, so it might be fixed over the weekend.
>
> OK i will try building again. Over the weekend, i tried building again...
> kdevplatform built fine but kdevelop failed to build. I think the errors
> were related to the documentation plugin.

It builds fine now and the issue is also fixed as it seems. I have now built 
against qt 4.5 so lets see how it goes. So far its just fine. :) 
-- 
Cheers!
Kishore




More information about the KDevelop-devel mailing list