mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:59:17 +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
|
[// phpWithStart is no needed because there are icons
|
||||||
phpWithVarModifiers,
|
phpWithVarModifiers,
|
||||||
phpWithParameterNames,phpWithDefaultValues,phpWithResultType,
|
phpWithParameterNames,phpWithDefaultValues,phpWithResultType,
|
||||||
phpWithOfObject,phpWithCallingSpecs,phpWithProcModifiers]);
|
phpWithOfObject]);
|
||||||
|
|
||||||
ctnProcedureHead:
|
ctnProcedureHead:
|
||||||
Result:='Procedure Header';
|
Result:='Procedure Header';
|
||||||
|
Loading…
Reference in New Issue
Block a user