Skip to content
  • Heiko Becker's avatar
    Fix porting regression when cleaning favicons · ac0451de
    Heiko Becker authored
    * 7f868f51 introduced QStandardPaths::CacheLocation in order to look
      for the dir containing the favicons, which describes the *app's*
      cache location though. Replaced with QSP::GenericCacheLocation
    * ".../(.*)" already matches the whole filename, including the .png
      suffix, adding an additional "*.png" obviously prevents deleting
      the favicon later on.
    ac0451de