Add "Apply" button to entry and group edit windows (#624)

This commit is contained in:
Jonathan White
2017-06-13 20:55:53 -04:00
committed by GitHub
parent 107684e393
commit 6ffca842e6
8 changed files with 33 additions and 11 deletions

View File

@@ -68,6 +68,7 @@ signals:
void historyEntryActivated(Entry* entry);
private slots:
void acceptEntry();
void saveEntry();
void cancel();
void togglePasswordGeneratorButton(bool checked);