Skip to content

Commit

Permalink
Fix broken recursive call from b232437
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellMorgenstern committed Oct 21, 2020
1 parent d1a2f2a commit 77c1620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sketch/welcomeview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ void WelcomeView::gotBlogImage(QNetworkReply * networkReply) {

manager->deleteLater();
networkReply->deleteLater();
getNextBlogImage(index + 1, blog);
}

QWidget * WelcomeView::initTip() {
Expand Down

0 comments on commit 77c1620

Please sign in to comment.