Bug in Class View of KDevelop 1.3
Ralf Dreesen
ralf at dreesen.net
Wed May 23 16:16:56 BST 2001
The Class View doesn't work, if a throw(MyException) follows after the
argument list of the function. The function list ends after this function.
In my case "return(false )" was additionally added after "myFunction()".
In my case:
class myclass{
[...]
virtual bool myFunction() throw (MyException) {return(false);}
[...]
}
Hope, i have helped you (if it was a bug) :)
CU,RD
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list