Code review comment for lp:~zsombi/ubuntu-ui-toolkit/list_item_focus

Revision history for this message
Tim Peeters (tpeeters) wrote :

In the debian control file we need to update the source dependency on a Qt that fixes this:
plugin/uclistitem.cpp: In member function ‘virtual void UCListItem::itemChange(QQuickItem::ItemChange, const QQuickItem::ItemChangeData&)’:
plugin/uclistitem.cpp:1100:16: error: ‘class UCListItemPrivate’ has no member named ‘isTabFence’
             d->isTabFence = d->parentAttached->isAttachedToListView();
                ^

review: Needs Fixing

« Back to merge proposal