diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-06 19:37:26 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-06 10:51:18 +0100 |
| commit | 2a9bb4fa6121de62d9e6ba06d9a109ba6d57f14c (patch) | |
| tree | 7f2b49ca97071b003697ffeaaa904ce1dfe166d6 /src/main.cpp | |
| parent | 24086fdfe92814c38da6d219916ee9d45d8ba581 (diff) | |
| download | kristall-2a9bb4fa6121de62d9e6ba06d9a109ba6d57f14c.tar.gz | |
cache code refactor
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3b215f3..5200ce3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,6 +19,7 @@ SslTrust kristall::trust::https; FavouriteCollection kristall::favourites; GenericSettings kristall::options; DocumentStyle kristall::document_style(false); +CacheHandler kristall::cache; QString kristall::default_font_family; QString kristall::default_font_family_fixed; |
