Code review comment for lp:~zsombi/ubuntu-ui-toolkit/ima-in-window

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

> 177 + if (m_rootView && (m_rootView->contentItem() == parentItem)) {
> 178 + return m_rootView->rootObject();
> 179 + } else {
> 180 + return parentItem;
> 181 + }
>
>
> when does this else case occur?

Yes, when the IMA is in Window.

« Back to merge proposal