Skip to content

Various internal renaming (C++)

Dan Eble requested to merge dev/eble/renaming into master
  • construct_children → create_children
  • outlet → context
  • get_parent_context → get_parent
  • get_daddy_translator (etc.) → get_group

The last one also changes dynamic_cast to static_cast in a couple places. I concluded that it was safe by design when I saw that the callers were not checking the returned pointers.

Merge request reports