<table><tr><td style="">gladhorn created this revision.<br />Herald added a project: KWin.<br />Herald added a subscriber: kwin.<br />gladhorn 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/D23065">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This usage of QWeakPointer has been deprecated since Qt 5.0, since it<br />
leads to really confusing API - usually you must never dereference a<br />
QWeakPointer directly, but always go through QSharedPointer, except in<br />
this one case, where it's permissible.</p>

<p>Use QPointer instead, which is clean.<br />
Only keep the QPointer where the object in question may get deleted,<br />
while in the API where it has to be valid, use a regular pointer.</p>

<p>Initializing the pointer explicitly to nullptr makes no sense.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23065">https://phabricator.kde.org/D23065</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>useractions.cpp<br />
useractions.h</div></div></div><br /><div><strong>To: </strong>gladhorn<br /><strong>Cc: </strong>kwin, LeGast00n, sbergeron, jraleigh, fbampaloukas, GB_2, mkulinski, ragreen, jackyalcine, Pitel, iodelay, crozbo, bwowk, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, hardening, romangg, jensreuterberg, abetts, sebas, apol, mart<br /></div>