Improve EditEntryWidget.

This commit is contained in:
Felix Geyer 2010-10-06 22:54:07 +02:00
parent 0c91be8eac
commit 8fc2b9328e
5 changed files with 109 additions and 10 deletions

View file

@ -264,6 +264,11 @@ void Entry::addHistoryItem(Entry* entry)
m_history.append(entry);
}
Group* Entry::group()
{
return m_group;
}
void Entry::setGroup(Group* group)
{
if (m_group) {