Code review comment for lp:~zsombi/ubuntu-ui-toolkit/dynamic-tabs-reloaded

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

+/*!
463 + * \internal
464 + * Moves a given item to the specified index in its parent's child list.
465 + */
466 +void QuickUtils::moveItemBefore(QQuickItem *item, QQuickItem *before)

description doesn't exactly match the function specs.
* Moves a given item before the specified item in their parent's child list
?

« Back to merge proposal