~keepassx/keepassx/trunk

« back to all changes in this revision

Viewing changes to src/core/Group.h

  • Committer: Florian Geyer
  • Date: 2014-05-16 10:07:22 UTC
  • Revision ID: git-v1:204cd8d9714201a7db54f971c9e1349bd19466a3
Move exporter to separate class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
     */
112
112
    Group* clone(Entry::CloneFlags entryFlags = Entry::CloneNewUuid | Entry::CloneResetTimeInfo) const;
113
113
    void copyDataFrom(const Group* other);
114
 
    Database* exportToDb();
115
114
 
116
115
Q_SIGNALS:
117
116
    void dataChanged(Group* group);