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

@ -49,6 +49,7 @@ signals:
void messageEditEntryDismiss();
private slots:
void apply();
void save();
void cancel();