fixup! refactor: speed up FaviconCache::add() again. (#1402)

This commit is contained in:
Charles Kerr 2020-09-02 19:33:45 -05:00
parent 0bd915c34c
commit 4d7950dcb9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ QIcon IconCache::guessMimeIcon(QString const& filename, QIcon fallback) const
#else
icon = getMimeIcon(filename, fallback);
icon = getMimeIcon(filename);
#endif