MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / progressTimeout

Method progressTimeout

src/formsearchcontrol.cpp:792–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792void FormSearchControl::progressTimeout()
793{
794 uint64_t prog, end, seed;
795 qreal min, avg, max;
796 QString status = tr("Running...", "Progressbar");
797 if (!sthread.getProgress(&status, &prog, &end, &seed, &min, &avg, &max))
798 return;
799
800 updateSearchProgress(prog, end, seed);
801
802 ui->labelStatus->setText(status);
803
804 update();
805}
806
807void FormSearchControl::removeCurrent()
808{

Callers

nothing calls this directly

Calls 1

getProgressMethod · 0.80

Tested by

no test coverage detected