aboutsummaryrefslogtreecommitdiff
path: root/src/identitycollection.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-20 00:42:46 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-20 00:42:46 +0200
commitcf3b60ea29526417a35734a4ae4f5a7b0d5560d5 (patch)
tree1ff3846f2b10ddce0e883adf41ba35f7139945af /src/identitycollection.hpp
parentbdfd6ba6874ca1a7bcfa4ed075e686bfd119dc7e (diff)
Adds new feature: Auto-enable and host matching for client certificates
Diffstat (limited to 'src/identitycollection.hpp')
-rw-r--r--src/identitycollection.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/identitycollection.hpp b/src/identitycollection.hpp
index eecf3a4..7db879e 100644
--- a/src/identitycollection.hpp
+++ b/src/identitycollection.hpp
@@ -66,6 +66,9 @@ public:
bool canDeleteGroup(QString const & group_name);
bool deleteGroup(QString const & group_name);
+ //! Returns a list of non-mutable references to all contained identities
+ QVector<CryptoIdentity const *> allIdentities() const;
+
public:
// Header:
// QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;