From d374c74f00f214ab579017588d5a664c8930d482 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 26 Oct 2021 17:40:39 -0400 Subject: [PATCH] Clean up --- application.qrc | 1 - src/mainwindow.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/application.qrc b/application.qrc index 755c18b..385f8be 100644 --- a/application.qrc +++ b/application.qrc @@ -9,7 +9,6 @@ res/icon.ico - res/zcashdlogo.gif res/tropical-hush.png res/tropical-hush-square.png res/logobig.gif diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 3fbb5e0..fb0b976 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1330,7 +1330,6 @@ void MainWindow::setupPeersTab() { } void MainWindow::setupHushTab() { - // ui->hushlogo->setBasePixmap(QPixmap(":/img/res/zcashdlogo.gif")); QPixmap image(":/img/res/tropical-hush-square.png"); ui->hushlogo->setBasePixmap( image ); // image.scaled(600,600, Qt::KeepAspectRatioByExpanding, Qt::FastTransformation ) ); }