Checking how the type is exported - and all related types to that one -
I see a potential bug in UITK. The way is exported to 1.1 version is
wrong:

 qmlRegisterType<QSortFilterProxyModelQML>(uri, 1, 1,
"SortFilterModel");

And it should be

 qmlRegisterType<QSortFilterProxyModelQML, 1>(uri, 1, 1,
"SortFilterModel")

More, as the type is supposed to be used only with version 1.1 and
above, all properties/slots/signals would need to be revisioned
correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1403758

Title:
  Unity8 shows black screen with Qt 5.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1403758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to