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/kristall.pro | |
| parent | 24086fdfe92814c38da6d219916ee9d45d8ba581 (diff) | |
| download | kristall-2a9bb4fa6121de62d9e6ba06d9a109ba6d57f14c.tar.gz | |
cache code refactor
Diffstat (limited to 'src/kristall.pro')
| -rw-r--r-- | src/kristall.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/kristall.pro b/src/kristall.pro index 7941b6b..7746022 100644 --- a/src/kristall.pro +++ b/src/kristall.pro @@ -120,7 +120,8 @@ SOURCES += \ widgets/searchbar.cpp \ widgets/ssltrusteditor.cpp \ widgets/favouritepopup.cpp \ - widgets/favouritebutton.cpp + widgets/favouritebutton.cpp \ + cachehandler.cpp HEADERS += \ ../lib/luis-l-gist/interactiveview.hpp \ @@ -165,7 +166,8 @@ HEADERS += \ widgets/searchbar.hpp \ widgets/ssltrusteditor.hpp \ widgets/favouritepopup.hpp \ - widgets/favouritebutton.hpp + widgets/favouritebutton.hpp \ + cachehandler.hpp FORMS += \ browsertab.ui \ |
