Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetHomeUrl
Method
SetHomeUrl
Plugins/WebBrowser/ParameterWebBrowser.cpp:119–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
int CParameterWebBrowser::SetHomeUrl(const QString& url)
120
{
121
if(m_szHomeUrl == url)
122
return 0;
123
m_szHomeUrl = url;
124
SetModified(true);
125
return 0;
126
}
127
128
QString CParameterWebBrowser::GetTabUrl()
129
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected