Skip to content

Fix bad QObject::connect() argument

Vlad Zahorodnii requested to merge work/bad-input-method-arg into master

This fixes the warning that's printed when InputMethod tries to connect the frameGeometryChanged signal of a null toplevel.

Merge request reports