1
0
Fork 0

fixed a bug when updating disassembler config in trace viewer

This commit is contained in:
torusrxxx 2020-06-04 18:13:33 +08:00 committed by Duncan Ogilvie
parent 1b53fcd618
commit cbd1b2f37f
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ TraceBrowser::TraceBrowser(QWidget* parent) : AbstractTableView(parent)
connect(Bridge::getBridge(), SIGNAL(updateTraceBrowser()), this, SLOT(updateSlot()));
connect(Bridge::getBridge(), SIGNAL(openTraceFile(const QString &)), this, SLOT(openSlot(const QString &)));
connect(Config(), SIGNAL(tokenizerConfigUpdated()), this, SLOT(tokenizerConfigUpdatedSlot()));
}
TraceBrowser::~TraceBrowser()