Add non-const version of Group::groupsRecursive().

This commit is contained in:
Felix Geyer
2015-01-11 16:20:24 +01:00
parent 835c411d12
commit 33650c4a04
4 changed files with 20 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ public:
const QList<Entry*>& entries() const;
QList<Entry*> entriesRecursive(bool includeHistoryItems = false) const;
QList<const Group*> groupsRecursive(bool includeSelf) const;
QList<Group*> groupsRecursive(bool includeSelf);
QSet<Uuid> customIconsRecursive() const;
/**
* Creates a duplicate of this group including all child entries and groups.