summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/New_GPG/src/ui.h')
-rwxr-xr-xplugins/New_GPG/src/ui.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/New_GPG/src/ui.h b/plugins/New_GPG/src/ui.h
index 6ab8c7111c..e5c0c2c5ad 100755
--- a/plugins/New_GPG/src/ui.h
+++ b/plugins/New_GPG/src/ui.h
@@ -164,15 +164,13 @@ class CDlgKeyPasswordMsgBox : public CDlgBase //always modal
CCtrlData lbl_KEYID;
CCtrlEdit edit_KEY_PASSWORD;
CCtrlCheck chk_DEFAULT_PASSWORD, chk_SAVE_PASSWORD;
- CCtrlButton btn_OK, btn_CANCEL;
public:
CDlgKeyPasswordMsgBox(MCONTACT _hContact);
+
bool OnInitDialog() override;
+ bool OnApply() override;
void OnDestroy() override;
-
- void onClick_OK(CCtrlButton*);
- void onClick_CANCEL(CCtrlButton*);
};
#endif // UI_H \ No newline at end of file