aboutsummaryrefslogtreecommitdiff
path: root/src/trustedhostcollection.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-20 00:17:05 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-20 00:17:05 +0200
commit07bc3475f893430a59f91f65ea50d87ba21b5854 (patch)
treec86518df1b239ee4810c654d1049d4bfc52cb41d /src/trustedhostcollection.cpp
parentefab40bf8d0fc71237bb80d4a786bcd6b1752d72 (diff)
downloadkristall-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.cpp2
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)
{