Code review comment for lp:~fboucault/ubuntu-ui-toolkit/fix_tabs_ordering

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

None of the core apps use the removed API

tim@ideapad:~/dev/coreapps$ for qmlfile in $(find . -name "*.qml"); do grep Tab\( $qmlfile; done
            refreshSavedTab()
    function refreshSavedTab() {

« Back to merge proposal