<table><tr><td style="">adridg created this revision.<br />Herald added a project: KDE PIM.<br />Herald added a subscriber: kde-pim.<br />adridg 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/D26393">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>On FreeBSD, with Clang 8 at least, the one-step dynamic cast<br />
from QAbstractItemModel* down to KeyListModelInterface*<br />
returns nullptr. Doing it in two steps (possibly because the<br />
interface is the second base class?) fixes the casts and returns<br />
the correctly-cast pointer.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>This is related to<br />
        <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242670" class="remarkup-link" target="_blank" rel="noreferrer">https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242670</a><br />
        <a href="https://bugs.kde.org/show_bug.cgi?id=415168" class="remarkup-link" target="_blank" rel="noreferrer">https://bugs.kde.org/show_bug.cgi?id=415168</a></p>

<p>This manifests itself in Kleopatra by, for instance, the *Details*<br />
RMB item to be disabled, and double-clicking on a key doing nothing<br />
(because, internally, the model was returning nullptr, and then<br />
there's zero keys when it gets into DetailsCommand::doStart().</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R168 Kleopatra</div></div></div><br /><div><strong>BRANCH</strong><div><div>fix-freebsd</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D26393">https://phabricator.kde.org/D26393</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/commands/command_p.h</div></div></div><br /><div><strong>To: </strong>adridg<br /><strong>Cc: </strong>kde-pim, fbampaloukas, dcaliste, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil<br /></div>