mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-05 08:07:25 -04:00
misc: cleanup unused variables and comments
This commit is contained in:
@@ -458,7 +458,6 @@ double WalletManager::getPasswordStrength(const QString &password) const
|
||||
bool WalletManager::saveQrCode(const QString &code, const QString &path) const
|
||||
{
|
||||
QSize size;
|
||||
// 240 <=> mainLayout.qrCodeSize (Receive.qml)
|
||||
return QRCodeImageProvider::genQrImage(code, &size).scaled(size.expandedTo(QSize(240, 240)), Qt::KeepAspectRatio).save(path, "PNG", 100);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user