MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetClearHttpCache

Method SetClearHttpCache

Plugins/WebBrowser/ParameterWebBrowser.cpp:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void CParameterWebBrowser::SetClearHttpCache(bool newClearHttpCache)
215{
216 if(m_ClearHttpCache == newClearHttpCache)
217 return;
218 m_ClearHttpCache = newClearHttpCache;
219 SetModified(true);
220}
221
222QString CParameterWebBrowser::GetSearchEngine() const
223{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected