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