Rename wxWebView::EnableDevTools() to EnableAccessToDevTools()

This commit is contained in:
Tobias Taschner
2020-01-16 09:38:35 +01:00
parent f48770ee5a
commit 9f11abd8fc
5 changed files with 5 additions and 5 deletions

View File

@@ -159,7 +159,7 @@ public:
{
m_showMenu = enable;
}
virtual void EnableDevTools(bool WXUNUSED(enable) = true) { }
virtual void EnableAccessToDevTools(bool WXUNUSED(enable) = true) { }
virtual wxString GetCurrentTitle() const = 0;
virtual wxString GetCurrentURL() const = 0;
// TODO: handle choosing a frame when calling GetPageSource()?