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

Method SetKeyBindings

Src/Terminal/ParameterTerminal.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void CParameterTerminal::SetKeyBindings(const QString &newSzKeyBindings)
138{
139 if(m_szKeyBindings == newSzKeyBindings)
140 return;
141 m_szKeyBindings = newSzKeyBindings;
142 SetModified(true);
143}
144
145bool CParameterTerminal::GetDirectional() const
146{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected