mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 05:07:56 +02:00
IDE: Show a function declared with inline or overload only once in code explorer. Issue #26851, patch from errno.
git-svn-id: trunk@47032 -
This commit is contained in:
parent
946396bb72
commit
e8da9d8c7f
@ -778,7 +778,7 @@ begin
|
||||
[// phpWithStart is no needed because there are icons
|
||||
phpWithVarModifiers,
|
||||
phpWithParameterNames,phpWithDefaultValues,phpWithResultType,
|
||||
phpWithOfObject,phpWithCallingSpecs,phpWithProcModifiers]);
|
||||
phpWithOfObject]);
|
||||
|
||||
ctnProcedureHead:
|
||||
Result:='Procedure Header';
|
||||
|
Loading…
Reference in New Issue
Block a user