mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-18 22:12:26 -05:00
Coding style fixes.
This commit is contained in:
parent
5297722ede
commit
bde397503e
8 changed files with 29 additions and 32 deletions
|
|
@ -77,7 +77,7 @@ public Q_SLOTS:
|
|||
private Q_SLOTS:
|
||||
void switchBackToEntryEdit();
|
||||
void switchToView(bool accepted);
|
||||
void switchToHistoryView(Entry *entry);
|
||||
void switchToHistoryView(Entry* entry);
|
||||
void switchToEntryEdit(Entry* entry);
|
||||
void switchToEntryEdit(Entry* entry, bool create);
|
||||
void switchToGroupEdit(Group* entry, bool create);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue