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

Method doShowProgress

src/common/dialog/processdialog.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void ProcessDialog::doShowProgress(int current, int count)
105{
106 progressBar->setRange(0, count);
107 progressBar->setValue(current);
108}

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected