diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-16 11:09:57 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-16 11:09:57 +0200 |
| commit | bc18d9356828f1ae40d3b4ce5432b30ca13cfc15 (patch) | |
| tree | 8bd8391cba3e121fde0f53943cd52d574e16dc94 /src/trustedhostcollection.cpp | |
| parent | fdeb0352d3d118b22f2bc126cd0daebfac43ecd7 (diff) | |
| download | kristall-bc18d9356828f1ae40d3b4ce5432b30ca13cfc15.tar.gz | |
Bugfix for krixano
Diffstat (limited to 'src/trustedhostcollection.cpp')
| -rw-r--r-- | src/trustedhostcollection.cpp | 2 |
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"; |
