Code review comment for lp:~unity-team/unity8/dash-as-app

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

In SpreadDelegate.qml:
+ if (model.appId == "unity8-dash") {

That messes up with encapsulation. You should declare it a as SpreadDelegate property and fill it up in PhoneStage instead.

review: Needs Fixing

« Back to merge proposal