mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-24 13:30:07 +00:00
Fix a renamed slot in the LogView
This commit is contained in:
parent
c4df19f724
commit
ed0fce1124
@ -31,7 +31,7 @@ LogView::LogView(QWidget* parent) : QTextBrowser(parent), logRedirection(NULL)
|
||||
flushTimer = new QTimer(this);
|
||||
flushTimer->setInterval(500);
|
||||
connect(flushTimer, SIGNAL(timeout()), this, SLOT(flushTimerSlot()));
|
||||
connect(Bridge::getBridge(), SIGNAL(close()), flushTimer, SLOT(stop()));
|
||||
connect(Bridge::getBridge(), SIGNAL(closeApplication()), flushTimer, SLOT(stop()));
|
||||
|
||||
connect(Config(), SIGNAL(colorsUpdated()), this, SLOT(updateStyle()));
|
||||
connect(Config(), SIGNAL(fontsUpdated()), this, SLOT(updateStyle()));
|
||||
|
Loading…
Reference in New Issue
Block a user