Supress annoying QML warnings for things we can't control
Qt 5.15 introduces a new syntax for connections.
Framework code can't port away due to having to support Qt5.12 which does not include the new syntax.
This filters out the category.
We should remove this once we depend on Qt5.15 in frameworks.
Edited by David Edmundson