Break dependency FileName -> ImageDB (Part 1/3)

Authored by johanneszarl on May 14 2020, 10:34 PM.

Description

Break dependency FileName -> ImageDB (Part 1/3)

Replace all uncontroversial usages of FileName::info() with calls to
ImageDB::info() or avoid the calls entirely if possible.

This dependency break has two advantages:

  1. FileName can be used without the ImageDB. -> This makes it easier to use ThumbnailCache in a standalone tool.
  2. The cost of the call is obvious.

Details

Committed
johanneszarlMay 15 2020, 12:16 AM
Parents
R463:750acfe77eed: Const correctness
Branches
Unknown
Tags
Unknown