From: tobtoht Date: Tue, 2 Nov 2021 16:07:52 +0000 (+0100) Subject: Fix crash on macOS X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=25c70fb14622960e4396c033c699dc72f76479cc;p=gamesguru%2Ffeather.git Fix crash on macOS --- diff --git a/src/HistoryWidget.cpp b/src/HistoryWidget.cpp index c4465172..4871ba01 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()) {