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

Method SetCommands

Src/Terminal/ParameterTerminalBase.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void CParameterTerminalBase::SetCommands(const QStringList& cmd)
48{
49 if(m_lstCommands == cmd)
50 return;
51 m_lstCommands = cmd;
52 SetModified(true);
53}

Callers 3

on_pbOk_clickedMethod · 0.80
on_pbOK_clickedMethod · 0.80
on_pbOK_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected