Code review comment for lp:~fboucault/ubuntu-ui-toolkit/simple_theming

Revision history for this message
Zsombor Egri (zsombi) wrote :

In StyledItem.qml

944 + Loader {
945 + id: styleLoader
946 + anchors.fill: parent
947 + sourceComponent: style
948 + property Item styledItem: styledItem
949 + }

Shouldn't we display error message if the style loading fails?

review: Needs Fixing

« Back to merge proposal