| 560 | } |
| 561 | |
| 562 | void PatchReviewPlugin::unload() { |
| 563 | core()->uiController()->removeToolView( m_factory ); |
| 564 | |
| 565 | KDevelop::IPlugin::unload(); |
| 566 | } |
| 567 | |
| 568 | void PatchReviewPlugin::areaChanged(Sublime::Area* area) |
| 569 | { |
nothing calls this directly
no test coverage detected