Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetOpenPrevious
Method
SetOpenPrevious
Plugins/WebBrowser/ParameterWebBrowser.cpp:147–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void CParameterWebBrowser::SetOpenPrevious(bool bOpen)
148
{
149
if(m_bOpenPrevious == bOpen)
150
return;
151
m_bOpenPrevious = bOpen;
152
SetModified(true);
153
}
154
155
QString CParameterWebBrowser::GetDownloadFolder()
156
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected