diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-20 00:17:05 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-20 00:17:05 +0200 |
| commit | 07bc3475f893430a59f91f65ea50d87ba21b5854 (patch) | |
| tree | c86518df1b239ee4810c654d1049d4bfc52cb41d /src/settingsdialog.cpp | |
| parent | efab40bf8d0fc71237bb80d4a786bcd6b1752d72 (diff) | |
| download | kristall-07bc3475f893430a59f91f65ea50d87ba21b5854.tar.gz | |
Patches by @tomasino, starts to implement the auto-enable/host filter feature for client certificates.
Diffstat (limited to 'src/settingsdialog.cpp')
| -rw-r--r-- | src/settingsdialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index d1c61c8..3c7f9d4 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -9,6 +9,8 @@ #include <QMessageBox> #include <QDebug> +#include <cassert> + #include "kristall.hpp" SettingsDialog::SettingsDialog(QWidget *parent) : |
