mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
fixup! refactor: speed up FaviconCache::add() again. (#1402)
This commit is contained in:
parent
0bd915c34c
commit
4d7950dcb9
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ QIcon IconCache::guessMimeIcon(QString const& filename, QIcon fallback) const
|
|||
|
||||
#else
|
||||
|
||||
icon = getMimeIcon(filename, fallback);
|
||||
icon = getMimeIcon(filename);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue