Skip to content

PagePool: Port and fix tests

ivan tkachenko requested to merge work/ratijas/pagepool/cleanup into master

It seems the QQmlComponent behavior has changed in Qt 6: now it only warns about unrecognized property, but otherwise proceeds with component creation. New ignoreWarning() calls (despite the method name) require and ensure that warnings are actually emitted.

Merge request reports