D21514: MobileTextActionsToolBar: fix runtime warnings when controlRoot isn't set yet

2019-07-01 Thread David Faure
dfaure closed this revision. REPOSITORY R858 Qt Quick Controls 2: Desktop Style REVISION DETAIL https://phabricator.kde.org/D21514 To: dfaure, mart, apol, broulik, ngraham Cc: astippich, plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai,

D21514: MobileTextActionsToolBar: fix runtime warnings when controlRoot isn't set yet

2019-06-29 Thread Alexander Stippich
astippich added a comment. +1, also fixes the warnings in Elisa REPOSITORY R858 Qt Quick Controls 2: Desktop Style REVISION DETAIL https://phabricator.kde.org/D21514 To: dfaure, mart, apol, broulik Cc: astippich, plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, Pitel,

D21514: MobileTextActionsToolBar: fix runtime warnings when controlRoot isn't set yet

2019-05-31 Thread David Faure
dfaure created this revision. dfaure added reviewers: mart, apol, broulik. Herald added a project: Plasma. dfaure requested review of this revision. REVISION SUMMARY This file checks for controlRoot being undefined, everywhere else. TEST PLAN `qmlscene tests/testComboBox.qml` showed