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

Method ~ExportDialog

src/exportdialog.cpp:170–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170ExportDialog::~ExportDialog()
171{
172 cancel();
173 for (ExportWorker *worker : qAsConst(workers))
174 {
175 worker->wait();
176 delete worker;
177 }
178 delete ui;
179}
180
181bool ExportDialog::initWork(ExportWorkItem *work, uint64_t seed, int tx, int tz)
182{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected