<table><tr><td style="">ahmadsamir created this revision.<br />ahmadsamir added a reviewer: mlaurent.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />ahmadsamir requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D24615">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Calling QTreeWidgetItem::takeChildren() on invisibleRootItem() results<br />
in a crash because it calls QTreeModel::beginRemoveItems() which calls<br />
QTreeModel::index() on that item which returns an invalid QModelIndex.</p>

<p>Instead iterate over topLevelItem's and sort them.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">Sort all by name/description causes a crash</li>
<li class="remarkup-list-item">Apply the patch then try again, it should work</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R103 KMenu Editor</div></div></div><br /><div><strong>BRANCH</strong><div><div>ahmad/takechildren-crash-on-index-rootItem (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24615">https://phabricator.kde.org/D24615</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>treeview.cpp</div></div></div><br /><div><strong>To: </strong>ahmadsamir, mlaurent<br /><strong>Cc: </strong>plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>