diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 21:13:32 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 21:13:32 +0200 |
| commit | bfdc7d39485bbef90a65b79f6c3b0986133f530d (patch) | |
| tree | 7a50b6c9dc372cb302f064940c25826d0e1e07a1 /src/kristall.pro | |
| parent | 63103aa8c7f5b56720da097c73aa99da25841d45 (diff) | |
| download | kristall-bfdc7d39485bbef90a65b79f6c3b0986133f530d.tar.gz | |
Reworks TLS trust to enable symmetry between HTTPS and Gemini
Diffstat (limited to 'src/kristall.pro')
| -rw-r--r-- | src/kristall.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kristall.pro b/src/kristall.pro index 38503dd..667677a 100644 --- a/src/kristall.pro +++ b/src/kristall.pro @@ -74,6 +74,7 @@ SOURCES += \ searchbar.cpp \ settingsdialog.cpp \ ssltrust.cpp \ + ssltrusteditor.cpp \ tabbrowsinghistory.cpp \ trustedhost.cpp \ trustedhostcollection.cpp \ @@ -110,6 +111,7 @@ HEADERS += \ searchbar.hpp \ settingsdialog.hpp \ ssltrust.hpp \ + ssltrusteditor.hpp \ tabbrowsinghistory.hpp \ trustedhost.hpp \ trustedhostcollection.hpp \ @@ -122,7 +124,8 @@ FORMS += \ mainwindow.ui \ mediaplayer.ui \ newidentitiydialog.ui \ - settingsdialog.ui + settingsdialog.ui \ + ssltrusteditor.ui TRANSLATIONS += \ kristall_en_US.ts |
