Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 6, 2023
1 parent 93691d7 commit 97f3b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/article_netmgr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ QNetworkReply * ArticleNetworkAccessManager::getArticleReply( QNetworkRequest co

auto op = GetOperation;

QUrl url = req.url();
QUrl url = req.url();
QMimeType mineType = db.mimeTypeForUrl( url );
QString contentType = mineType.name();

Expand Down

0 comments on commit 97f3b32

Please sign in to comment.