Skip to content

Supress annoying QML warnings for things we can't control

David Edmundson requested to merge work/warning2 into master

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.

BUG: 424259

Edited by David Edmundson

Merge request reports