From 97254a71ba33edf4c829e4c4b0c4961c6348045f Mon Sep 17 00:00:00 2001 From: aunsane Date: Mon, 18 Dec 2017 14:51:36 +0300 Subject: Tox: enable profile encription (in test mode) --- protocols/Tox/src/tox_profile.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'protocols/Tox/src/tox_profile.h') diff --git a/protocols/Tox/src/tox_profile.h b/protocols/Tox/src/tox_profile.h index 796f264d5b..6a0b31f1f5 100644 --- a/protocols/Tox/src/tox_profile.h +++ b/protocols/Tox/src/tox_profile.h @@ -4,16 +4,19 @@ class CToxPasswordEditor : public CToxDlgBase { private: - CCtrlEdit password; - CCtrlCheck savePermanently; + CCtrlEdit m_password; + CCtrlCheck m_savePermanently; - CCtrlButton ok; + CCtrlButton m_ok; protected: + void OnChange(CCtrlBase*); void OnOk(CCtrlButton*); public: CToxPasswordEditor(CToxProto *proto); + + wchar_t* GetPassword(); }; #endif //_TOX_PROFILE_H_ \ No newline at end of file -- cgit v1.2.3