aboutsummaryrefslogtreecommitdiff
path: root/src/identitycollection.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-12 17:22:43 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-12 17:22:43 +0200
commit4f8f8fc2a9450982078f18d49ddfa9036023bc29 (patch)
tree6c0452651d4954c65a1542d46aaaebeef47da64d /src/identitycollection.hpp
parent79e62a80579c5669542c65d1e9e7b31dc3872137 (diff)
downloadkristall-4f8f8fc2a9450982078f18d49ddfa9036023bc29.tar.gz
Adds certificate manager, removes client certificate window.
Diffstat (limited to 'src/identitycollection.hpp')
-rw-r--r--src/identitycollection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/identitycollection.hpp b/src/identitycollection.hpp
index 38463ab..3290688 100644
--- a/src/identitycollection.hpp
+++ b/src/identitycollection.hpp
@@ -52,6 +52,8 @@ public:
CryptoIdentity getIdentity(QModelIndex const & index) const;
+ CryptoIdentity * getMutableIdentity(QModelIndex const & index);
+
QStringList groups() const;
public: