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

Method SetEndAction

Src/ParameterCompone/ParameterRecord.cpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void CParameterRecord::SetEndAction(ENDACTION newEndAction)
121{
122 if (m_EndAction == newEndAction)
123 return;
124 m_EndAction = newEndAction;
125 SetModified(true);
126 emit sigEndActionChanged();
127}
128
129QString CParameterRecord::GetImagePath() const
130{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected