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

Method ~GitDiffWidgetPrivate

src/plugins/git/gui/gitdiffwidget.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49GitDiffWidgetPrivate::~GitDiffWidgetPrivate()
50{
51 worker->stop();
52 thread->quit();
53 thread->wait();
54}
55
56void GitDiffWidgetPrivate::initUI()
57{

Callers

nothing calls this directly

Calls 3

stopMethod · 0.45
quitMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected