Skip to content

get_widget: Warn about potential type mismatch

Builder::get_object can fail when an object with the specified name exists but is not of the specified type. This change causes the panic message to acknowledge that possibility.

Merge request reports