Skip to content
Commit f7664524 authored by Hartmut Riesenbeck's avatar Hartmut Riesenbeck
Browse files

Fix theme cache path handling

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
parent 7d5741b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment