MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / hideProgress

Method hideProgress

src/efibooteditorcli.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void EFIBootEditorCLI::hideProgress() const
112{
113 QTextStream ts{stdout};
114 ts << "\33[2K\r[100%]\t" << tr("Finished") << Qt::endl;
115}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected