mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
commit
8be9c461ab
@ -165,7 +165,7 @@ void OptionsDialog::on_okButton_clicked()
|
|||||||
this->w->add_output(" > Loading file: " + this->filename);
|
this->w->add_output(" > Loading file: " + this->filename);
|
||||||
this->w->core->loadFile(this->filename.toUtf8(), loadaddr, mapaddr, rw, va, bits, binidx, load_bininfo);
|
this->w->core->loadFile(this->filename.toUtf8(), loadaddr, mapaddr, rw, va, bits, binidx, load_bininfo);
|
||||||
//ui->progressBar->setValue(40);
|
//ui->progressBar->setValue(40);
|
||||||
ui->statusLabel->setText("Analysis in progess");
|
ui->statusLabel->setText("Analysis in progress");
|
||||||
|
|
||||||
// Threads stuff
|
// Threads stuff
|
||||||
// create an instance of MyThread
|
// create an instance of MyThread
|
||||||
|
Loading…
Reference in New Issue
Block a user