diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-09 17:49:07 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-09 10:18:41 +0100 |
| commit | 0843ee2dada57255c29425f7b598ab3b258e4641 (patch) | |
| tree | 053f28868aec5901c8bf1a7aa0a5401d442a3987 /src/kristall.pro | |
| parent | 70c71e7a0ee3f2c446551fc15af06136861e10e7 (diff) | |
| download | kristall-0843ee2dada57255c29425f7b598ab3b258e4641.tar.gz | |
Search box: better reimplementation
This was necessary to fix a bug, where the URL bar becomes unusable while search box is visible.
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 d118128..85ea511 100644 --- a/src/kristall.pro +++ b/src/kristall.pro @@ -121,7 +121,8 @@ SOURCES += \ widgets/ssltrusteditor.cpp \ widgets/favouritepopup.cpp \ widgets/favouritebutton.cpp \ - cachehandler.cpp + cachehandler.cpp \ + widgets/searchbox.cpp HEADERS += \ ../lib/luis-l-gist/interactiveview.hpp \ @@ -167,7 +168,8 @@ HEADERS += \ widgets/ssltrusteditor.hpp \ widgets/favouritepopup.hpp \ widgets/favouritebutton.hpp \ - cachehandler.hpp + cachehandler.hpp \ + widgets/searchbox.hpp FORMS += \ browsertab.ui \ |
