Review Request: Makes changing of function argument types possible
    David Nolden 
    david.nolden.kde at art-master.de
       
    Sun Jun 26 12:31:19 UTC 2011
    
    
  
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101762/#review4172
-----------------------------------------------------------
Hmm, I think it would be cleaner to add:
removeArgumentType(int index);
And change to "addArgumentType(..., int index = -1)"
- David
On June 26, 2011, 1:48 a.m., Sven Brauch wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/101762/
> -----------------------------------------------------------
> 
> (Updated June 26, 2011, 1:48 a.m.)
> 
> 
> Review request for KDevelop.
> 
> 
> Summary
> -------
> 
> This makes it possible to change the type of a function argument after it was initially added to the function type by creating a new function in FunctionType. It's used in the python plugin to make modifications to function signatures when a call is encountered which provides additional information on what type the arguments might be.
> 
> 
> Diffs
> -----
> 
>   language/duchain/types/functiontype.h 9b7d0bf 
>   language/duchain/types/functiontype.cpp b458f41 
> 
> Diff: http://git.reviewboard.kde.org/r/101762/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Sven
> 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20110626/f3035281/attachment.html>
    
    
More information about the KDevelop-devel
mailing list