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

Method paintEvent

src/plugins/git/gui/gitdiffwidget.cpp:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void GitDiffEditor::paintEvent(QPaintEvent *event)
197{
198 GitEditor::paintEvent(event);
199
200 paintBlock(event->rect());
201 paintSeparator(event->rect());
202}
203
204QString GitDiffEditor::skippedText(int skippedNumber) const
205{

Callers

nothing calls this directly

Calls 1

paintEventFunction · 0.70

Tested by

no test coverage detected