diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-05 20:12:44 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-05 11:14:34 +0100 |
| commit | a5eae8651b0a328c1db3a6c2380eda5dc8773398 (patch) | |
| tree | d78c668cc3c7e4850065cd7a07fd5a138a4ee58d /src/kristall.pro | |
| parent | 552327296c64003d4f5b5fedcb123e2ceea7aee5 (diff) | |
| download | kristall-a5eae8651b0a328c1db3a6c2380eda5dc8773398.tar.gz | |
Apply favourites button workaround
https://bugreports.qt.io/browse/QTBUG-2036
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 03bb58d..7941b6b 100644 --- a/src/kristall.pro +++ b/src/kristall.pro @@ -119,7 +119,8 @@ SOURCES += \ widgets/elidelabel.cpp \ widgets/searchbar.cpp \ widgets/ssltrusteditor.cpp \ - widgets/favouritepopup.cpp + widgets/favouritepopup.cpp \ + widgets/favouritebutton.cpp HEADERS += \ ../lib/luis-l-gist/interactiveview.hpp \ @@ -163,7 +164,8 @@ HEADERS += \ widgets/elidelabel.hpp \ widgets/searchbar.hpp \ widgets/ssltrusteditor.hpp \ - widgets/favouritepopup.hpp + widgets/favouritepopup.hpp \ + widgets/favouritebutton.hpp FORMS += \ browsertab.ui \ |
