Re-add truncation of history entries.

This commit is contained in:
Florian Geyer 2012-06-06 19:59:10 +02:00
parent 21302782e1
commit 21e257e64d
4 changed files with 32 additions and 14 deletions

View file

@ -581,14 +581,6 @@ bool DatabaseWidget::canDeleteCurrentGoup()
return !isRootGroup && !isRecycleBin;
}
void DatabaseWidget::truncateHistories()
{
QList<Entry*> allEntries = m_db->rootGroup()->entriesRecursive(false);
Q_FOREACH (Entry* entry, allEntries) {
entry->truncateHistory();
}
}
void DatabaseWidget::clearLastGroup(Group* group)
{
if (group) {