Skip to content
  • Hartmut Riesenbeck's avatar
    Fix theme cache path handling · f7664524
    Hartmut Riesenbeck authored
    When path to theme cache file does not exitst (e.g. after a fresh
    installation) it is not created automatically which caused the
    following error to be shown on stderr while reading and writing:
    
    "QIODevice::read (QFile, "/path/to/theme/cache/startpagethemecache.bin"
    ): device not open"
    
    Automatic creation of theme cache path is added. Location of cache file
    is moved to QStandardPaths::CacheLocation.
    
    REVIEW: 127881
    f7664524