From cf3b60ea29526417a35734a4ae4f5a7b0d5560d5 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sat, 20 Jun 2020 00:42:46 +0200 Subject: Adds new feature: Auto-enable and host matching for client certificates --- src/identitycollection.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/identitycollection.hpp') 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 allIdentities() const; + public: // Header: // QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; -- cgit v1.2.3