mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 13:02:49 -05:00
Remove unused variable
This commit is contained in:
parent
ffea029001
commit
6df9c6f9b2
@ -229,7 +229,6 @@ void EditWidgetIcons::fetchFinished()
|
||||
QImage image;
|
||||
bool fallbackEnabled = config()->get("security/IconDownloadFallback", false).toBool();
|
||||
bool error = (m_reply->error() != QNetworkReply::NoError);
|
||||
QUrl url = m_reply->url();
|
||||
QUrl redirectTarget = getRedirectTarget(m_reply);
|
||||
|
||||
m_reply->deleteLater();
|
||||
|
Loading…
x
Reference in New Issue
Block a user