MCPcopy Create free account
hub / github.com/SpartanJ/eepp / ~UIDiffView

Method ~UIDiffView

src/eepp/ui/tools/uidiffview.cpp:356–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356UIDiffView::~UIDiffView() {
357 if ( mEditor && mPlugin )
358 mEditor->unregisterPlugin( mPlugin.get() );
359
360 if ( mLeftEditor && mLeftPlugin )
361 mLeftEditor->unregisterPlugin( mLeftPlugin.get() );
362
363 if ( mRightEditor && mRightPlugin )
364 mRightEditor->unregisterPlugin( mRightPlugin.get() );
365}
366
367Uint32 UIDiffView::getType() const {
368 return UI_TYPE_DIFF_VIEW;

Callers

nothing calls this directly

Calls 2

unregisterPluginMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected