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

Method SetPrompt

Src/ParameterCompone/ParameterNet.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int CParameterNet::SetPrompt(const QString szPrompt)
65{
66 m_szPrompt = szPrompt;
67 return 0;
68}
69
70QString CParameterNet::GetPrompt()
71{

Callers 2

CParameterSSHMethod · 0.45
CParameterProxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected