GuiFilterCtrl: Rename identity function to resetFiltering to avoid clash

The field "identity" previously clashed with the method "identity"
This commit is contained in:
Lukas Joergensen 2019-08-03 12:50:41 +02:00 committed by Lukas Aldershaab
parent a069496ad3
commit 4eabbd5bb0

View file

@ -89,7 +89,7 @@ DefineEngineStringlyVariadicMethod( GuiFilterCtrl, setValue, void, 3, 20, "(f1,
object->set(filter);
}
DefineEngineMethod( GuiFilterCtrl, identity, void, (), , "Reset the filtering."
DefineEngineMethod( GuiFilterCtrl, resetFiltering, void, (), , "Reset the filtering."
"@internal")
{
object->identity();