mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-19 22:42:23 -05:00
Fix typo canDeleteCurrentGoup() -> canDeleteCurrentGroup().
This commit is contained in:
parent
ce7e01a1b1
commit
e361b0dd81
3 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue