Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetShared
Method
SetShared
Plugins/TigerVnc/Client/ParameterVnc.cpp:158–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void CParameterVnc::SetShared(bool newShared)
159
{
160
if(m_bShared == newShared)
161
return;
162
m_bShared = newShared;
163
SetModified(true);
164
}
165
166
bool CParameterVnc::GetBufferEndRefresh() const
167
{
Callers
1
on_pbOK_clicked
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected