Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
6.9.0, 6.9.1
-
None
Description
If you use custom extraSelectors than in Qt 6.9+ you can't call 'instanceof' on such types - the result is always false. It worked well before in Qt 6.7-6.8.
I'm attaching an example with a test SelectorObject. If you launch it you'll see text "bad" for any Qt 6.9+ version. If you comment line 13 in main.cpp where 'test' extraSelector is setup than everything works as it should be - 'good'.