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/trustedhostcollection.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/trustedhostcollection.cpp')
| -rw-r--r-- | src/trustedhostcollection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trustedhostcollection.cpp b/src/trustedhostcollection.cpp index ae8a929..57a45df 100644 --- a/src/trustedhostcollection.cpp +++ b/src/trustedhostcollection.cpp @@ -1,5 +1,7 @@ #include "trustedhostcollection.hpp" +#include <cassert> + TrustedHostCollection::TrustedHostCollection(QObject *parent) : QAbstractTableModel(parent) { |
