aboutsummaryrefslogtreecommitdiff
path: root/src/trustedhostcollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trustedhostcollection.cpp')
-rw-r--r--src/trustedhostcollection.cpp2
1 files changed, 1 insertions, 1 deletions
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";