aboutsummaryrefslogtreecommitdiff
path: root/src/identitycollection.hpp
diff options
context:
space:
mode:
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: