From 25c70fb14622960e4396c033c699dc72f76479cc Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 2 Nov 2021 17:07:52 +0100 Subject: [PATCH] Fix crash on macOS --- src/HistoryWidget.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/HistoryWidget.cpp b/src/HistoryWidget.cpp index c446517..4871ba0 100644 --- a/src/HistoryWidget.cpp +++ b/src/HistoryWidget.cpp @@ -54,10 +54,6 @@ HistoryWidget::HistoryWidget(QSharedPointer ctx, QWidget *parent) ui->syncNotice->setVisible(config()->get(Config::showHistorySyncNotice).toBool()); ui->history->setHistoryModel(m_model); - connect(websocketNotifier(), &WebsocketNotifier::FiatRatesReceived, [this]{ - ui->history->update(); - }); - // Load view state QByteArray historyViewState = QByteArray::fromBase64(config()->get(Config::GUI_HistoryViewState).toByteArray()); if (!historyViewState.isEmpty()) {