Skip to content

Commit

Permalink
Profile Image: Fixed Unexpected null receiver warning
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Apr 30, 2024
1 parent 048af54 commit 1beaf51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/ProfileImageWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ void ProfileImageWidget::loadImageFromUrl(const QString &urlAddress)
{
qCDebug(runtime) << "Previous request is still running";
currentReply->abort();
currentReply->deleteLater();
}

QUrl url(urlAddress);
Expand Down

0 comments on commit 1beaf51

Please sign in to comment.