diff options
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: |
