Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetTabUrl
Method
SetTabUrl
Plugins/WebBrowser/ParameterWebBrowser.cpp:133–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
int CParameterWebBrowser::SetTabUrl(const QString& url)
134
{
135
if(m_szTabUrl == url)
136
return 0;
137
m_szTabUrl = url;
138
SetModified(true);
139
return 0;
140
}
141
142
bool CParameterWebBrowser::GetOpenPrevious()
143
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected