Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/TimeLineView

Revision history for this message
Olivier Tilloy (osomon) wrote :

44 + delegate: Item{

Replace with a Loader item (http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-loader.html) to avoid the whole subdelegate complexity: just set the 'source' property of the loader to either "DiaryView.qml" or "TimeLineView.qml".

review: Needs Fixing

« Back to merge proposal