<table><tr><td style="">davidedmundson requested changes to this revision.<br />davidedmundson added a comment.<br />This revision now requires changes to proceed.
</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/D26691">View Revision</a></tr></table><br /><div><div><p>m_dropActions is conceptually linked to the menu we are showing<br />
It shouldn't a direct member variable of ContainmentInterface</p>

<p>If we're following the existing pattern of this menu, it should be:<br />
 QHash<KJob *, QList<QAction> *> m_dropJobs;</p>

<p>Otherwise you have no overlap protection on something that's async</p>

<p>I also am very confident if you either subclassed DropJob or used lamba's we can get rid of all of these hashes and make this code 10 billion times more readable. <br />
(we have some crashers here, so it would be well worth it)</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R242 Plasma Framework (Library)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D26691">https://phabricator.kde.org/D26691</a></div></div><br /><div><strong>To: </strong>trmdi, Plasma, mart, broulik, VDG, davidedmundson<br /><strong>Cc: </strong>davidedmundson, anthonyfieroni, Plasma, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>