Initally select first entry in EntryView.

Closes #104
This commit is contained in:
Felix Geyer 2014-05-16 19:10:30 +02:00
parent 552ca7bf71
commit 4ab887c773
2 changed files with 14 additions and 2 deletions

View file

@ -42,6 +42,7 @@ public:
void setEntryList(const QList<Entry*>& entries);
bool inEntryListMode();
int numberOfSelectedEntries();
void setFirstEntryActive();
public Q_SLOTS:
void setGroup(Group* group);