Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
GitLogWidget::GitLogWidget(QWidget *parent)
42
: GitBaseWidget(parent),
43
d(new GitLogWidgetPrivate(this))
44
{
45
d->initUI();
46
}
47
48
GitLogWidget::~GitLogWidget()
49
{
Callers
nothing calls this directly
Calls
1
initUI
Method · 0.45
Tested by
no test coverage detected