From 07bc3475f893430a59f91f65ea50d87ba21b5854 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sat, 20 Jun 2020 00:17:05 +0200 Subject: Patches by @tomasino, starts to implement the auto-enable/host filter feature for client certificates. --- src/trustedhostcollection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/trustedhostcollection.cpp') 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 + TrustedHostCollection::TrustedHostCollection(QObject *parent) : QAbstractTableModel(parent) { -- cgit v1.2.3