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

Method GitLogWidget

src/plugins/git/gui/gitlogwidget.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41GitLogWidget::GitLogWidget(QWidget *parent)
42 : GitBaseWidget(parent),
43 d(new GitLogWidgetPrivate(this))
44{
45 d->initUI();
46}
47
48GitLogWidget::~GitLogWidget()
49{

Callers

nothing calls this directly

Calls 1

initUIMethod · 0.45

Tested by

no test coverage detected