<table><tr><td style="">kossebau created this revision.<br />kossebau added reviewers: KDevelop, kfunk.<br />Herald added a project: KDevelop.<br />Herald added a subscriber: kdevelop-devel.<br />kossebau 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/D15432">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Commit 9ec8eee23ecbbb0176996542d054758262500240 had removed the custom<br />
actions prev_error & next_error in favour of some global actions with<br />
global shortcut, which would dynamically decide which result tool view to<br />
apply the action (e.g. by shortcut) on. Two things were forgotten:</p>
<p>a) the plugin still installed a ui.rc file for those actions</p>
<p>b) The OutputWidget still tried to get the two actions by their id from<br />
the plugin, to insert it into its own UI. Later the commit<br />
fc8d34f0b00a9d0f4bbf480b06a34a9190b46d20 also added generic actions to<br />
the widget. As a result of the failing action fetching two warnings<br />
QWidget::insertAction: Attempt to insert null action<br />
were seen on the log.</p>
<p>This commit fixes both by removing the no longer useful code.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Output widget still works WRT item navigation, both from main menu and from<br />
toolview actions.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>BRANCH</strong><div><div>cleamprevnexterraction</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15432">https://phabricator.kde.org/D15432</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/standardoutputview/CMakeLists.txt<br />
plugins/standardoutputview/kdevstandardoutputview.qrc<br />
plugins/standardoutputview/kdevstandardoutputview.rc<br />
plugins/standardoutputview/outputwidget.cpp<br />
plugins/standardoutputview/standardoutputview.cpp</div></div></div><br /><div><strong>To: </strong>kossebau, KDevelop, kfunk<br /><strong>Cc: </strong>kdevelop-devel, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd<br /></div>