diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-12 17:22:43 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-12 17:22:43 +0200 |
| commit | 4f8f8fc2a9450982078f18d49ddfa9036023bc29 (patch) | |
| tree | 6c0452651d4954c65a1542d46aaaebeef47da64d /src/identitycollection.hpp | |
| parent | 79e62a80579c5669542c65d1e9e7b31dc3872137 (diff) | |
| download | kristall-4f8f8fc2a9450982078f18d49ddfa9036023bc29.tar.gz | |
Adds certificate manager, removes client certificate window.
Diffstat (limited to 'src/identitycollection.hpp')
| -rw-r--r-- | src/identitycollection.hpp | 2 |
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: |
