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

Method initUI

src/plugins/git/gui/instantblamewidget.cpp:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void InstantBlameWidget::initUI()
24{
25 QHBoxLayout *layout = new QHBoxLayout(this);
26 layout->setContentsMargins(0, 0, 0, 0);
27
28 label = new QLabel(this);
29
30 layout->addWidget(label);
31}
32
33CommitInfo InstantBlameWidget::parserBlameOutput(const QStringList &blame)
34{

Callers

nothing calls this directly

Calls 1

addWidgetMethod · 0.45

Tested by

no test coverage detected