MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / ~DetailsView

Method ~DetailsView

src/plugins/core/gui/plugindetailsview.cpp:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75DetailsView::~DetailsView()
76{
77#ifndef NOT_USE_WEBENGINE
78 if (webView) {
79 webView->stop();
80 // delete webView will cause app cannot exit.
81 webView->setParent(nullptr);
82 }
83#endif
84}
85
86void DetailsView::update(const dpf::PluginMetaObjectPointer &metaInfo)
87{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected