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

Method SetPromptCount

Src/ParameterCompone/ParameterPlugin.cpp:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void CParameterPlugin::SetPromptCount(int NewPromptCount)
260{
261 if (m_nPromptCount == NewPromptCount)
262 return;
263 m_nPromptCount = NewPromptCount;
264 SetModified(true);
265 emit sigPromptCountChanged(m_nPromptCount);
266}
267
268bool CParameterPlugin::GetViewPassowrd() const
269{

Callers 2

LoadPasswordMethod · 0.80
SavePasswordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected