mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-13 16:18:30 +00:00
Use existing public function
This commit is contained in:
parent
e72976ff55
commit
a5224bb7f6
@ -1,9 +1,13 @@
|
||||
#include "optionsdialog.h"
|
||||
#include "mainwindow.h"
|
||||
#include "ui_optionsdialog.h"
|
||||
#include "mainwindow.h"
|
||||
#include "newfiledialog.h"
|
||||
#include "helpers.h"
|
||||
|
||||
// TODO: remove us
|
||||
#include "widgets/memorywidget.h"
|
||||
#include "widgets/notepad.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
||||
|
||||
@ -235,7 +239,7 @@ void OptionsDialog::anal_finished()
|
||||
{
|
||||
QByteArray ba;
|
||||
ba.append(notes);
|
||||
this->w->notepadDock->notesTextEdit->setPlainText(QByteArray::fromBase64(ba));
|
||||
this->w->notepadDock->setText(QByteArray::fromBase64(ba));
|
||||
}
|
||||
|
||||
//Get binary beginning/end addresses
|
||||
|
Loading…
Reference in New Issue
Block a user