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

Revision history for this message
Florian Boucault (fboucault) 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?

I believe Loader does that already.

« Back to merge proposal