MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GoBack

Method GoBack

DuiLib/Control/UIWebBrowser.cpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170}
171void DuiLib::CWebBrowserUI::GoBack()
172{
173 if (m_pWebBrowser2)
174 {
175 m_pWebBrowser2->GoBack();
176 }
177}
178void DuiLib::CWebBrowserUI::GoForward()
179{
180 if (m_pWebBrowser2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected