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

Method GitShowWidget

src/plugins/git/gui/gitshowwidget.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51GitShowWidget::GitShowWidget(QWidget *parent)
52 : GitBaseWidget(parent),
53 d(new GitShowWidgetPrivate(this))
54{
55 d->initUI();
56}
57
58GitShowWidget::~GitShowWidget()
59{

Callers

nothing calls this directly

Calls 1

initUIMethod · 0.45

Tested by

no test coverage detected