From bc18d9356828f1ae40d3b4ce5432b30ca13cfc15 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Tue, 16 Jun 2020 11:09:57 +0200 Subject: Bugfix for krixano --- src/trustedhostcollection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trustedhostcollection.cpp') diff --git a/src/trustedhostcollection.cpp b/src/trustedhostcollection.cpp index 30a6eff..ae8a929 100644 --- a/src/trustedhostcollection.cpp +++ b/src/trustedhostcollection.cpp @@ -67,7 +67,7 @@ QVariant TrustedHostCollection::data(const QModelIndex &index, int role) const { case QSsl::Rsa: return "RSA"; case QSsl::Ec: return "EC"; - case QSsl::Dh: return "DH"; + // case QSsl::Dh: return "DH"; case QSsl::Dsa: return "DSA"; case QSsl::Opaque: return "Opaque"; default: return "Unforseen"; -- cgit v1.2.3