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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user