mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-28 10:31:13 -05:00
Remove unused variable
This commit is contained in:
parent
ffea029001
commit
6df9c6f9b2
1 changed files with 0 additions and 1 deletions
|
|
@ -229,7 +229,6 @@ void EditWidgetIcons::fetchFinished()
|
||||||
QImage image;
|
QImage image;
|
||||||
bool fallbackEnabled = config()->get("security/IconDownloadFallback", false).toBool();
|
bool fallbackEnabled = config()->get("security/IconDownloadFallback", false).toBool();
|
||||||
bool error = (m_reply->error() != QNetworkReply::NoError);
|
bool error = (m_reply->error() != QNetworkReply::NoError);
|
||||||
QUrl url = m_reply->url();
|
|
||||||
QUrl redirectTarget = getRedirectTarget(m_reply);
|
QUrl redirectTarget = getRedirectTarget(m_reply);
|
||||||
|
|
||||||
m_reply->deleteLater();
|
m_reply->deleteLater();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue