Classparser bugs

Jonas Nordin jonas.nordin at cenacle.se
Tue Jun 15 09:08:32 BST 1999


> Just create 2 files.
> 
> test.h:
> 
> int test_func();
> 
> test.cpp:
> 
> int test_func() {
>   go(1);
> }

Ahhhh.. Ok... I didn't get that it was global functions. I thought it was class
methods. Ok.. This is clearly a bug. ;-). I'll fix it.

/J



More information about the KDevelop mailing list