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