Skip to content

Commit

Permalink
fixup! feat: nicer add-torrent workflow in the qt client. (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckerr committed Sep 2, 2020
1 parent e127b20 commit 848125d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/FaviconCache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void FaviconCache::ensureCacheDirHasBeenScanned()
// remember which hosts we've asked for a favicon so that we
// don't re-ask them every time we start a new session
auto skip_file = QFile(getScrapedFile());
if (skip_file.open(QIODevice::ReadOnly | QIODevice::Text | QIODevice::ExistingOnly))
if (skip_file.open(QIODevice::ReadOnly | QIODevice::Text))
{
while (!skip_file.atEnd())
{
Expand Down

0 comments on commit 848125d

Please sign in to comment.