Merge branch 'secret-service-check'

Check if secret service can be used under Unix.

See https://github.com/wxWidgets/wxWidgets/pull/1733
This commit is contained in:
Vadim Zeitlin
2020-02-11 22:36:03 +01:00
6 changed files with 124 additions and 13 deletions

View File

@@ -78,6 +78,8 @@ private:
class wxSecretStoreImpl : public wxRefCounter
{
public:
virtual bool IsOk(wxString* WXUNUSED(errmsg)) const { return true; }
virtual bool Save(const wxString& service,
const wxString& username,
const wxSecretValueImpl& password,