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

Method GitTabWidget

src/plugins/git/gui/gittabwidget.cpp:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139GitTabWidget::GitTabWidget(QWidget *parent)
140 : AbstractEditWidget(parent),
141 d(new GitTabWidgetPrivate(this))
142{
143 d->initUI();
144 d->initConnection();
145}
146
147GitTabWidget::~GitTabWidget()
148{

Callers

nothing calls this directly

Calls 2

initUIMethod · 0.45
initConnectionMethod · 0.45

Tested by

no test coverage detected