fixed a bug when updating disassembler config in trace viewer
This commit is contained in:
parent
1b53fcd618
commit
cbd1b2f37f
|
@ -50,6 +50,7 @@ TraceBrowser::TraceBrowser(QWidget* parent) : AbstractTableView(parent)
|
||||||
|
|
||||||
connect(Bridge::getBridge(), SIGNAL(updateTraceBrowser()), this, SLOT(updateSlot()));
|
connect(Bridge::getBridge(), SIGNAL(updateTraceBrowser()), this, SLOT(updateSlot()));
|
||||||
connect(Bridge::getBridge(), SIGNAL(openTraceFile(const QString &)), this, SLOT(openSlot(const QString &)));
|
connect(Bridge::getBridge(), SIGNAL(openTraceFile(const QString &)), this, SLOT(openSlot(const QString &)));
|
||||||
|
connect(Config(), SIGNAL(tokenizerConfigUpdated()), this, SLOT(tokenizerConfigUpdatedSlot()));
|
||||||
}
|
}
|
||||||
|
|
||||||
TraceBrowser::~TraceBrowser()
|
TraceBrowser::~TraceBrowser()
|
||||||
|
|
Loading…
Reference in New Issue