Fix typo canDeleteCurrentGoup() -> canDeleteCurrentGroup().

This commit is contained in:
Felix Geyer 2014-05-15 22:56:36 +02:00
parent ce7e01a1b1
commit e361b0dd81
3 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@ public:
EntryView* entryView();
Database* database();
bool dbHasKey() const;
bool canDeleteCurrentGoup() const;
bool canDeleteCurrentGroup() const;
bool isInSearchMode() const;
int addWidget(QWidget* w);
void setCurrentIndex(int index);