| 247 | } |
| 248 | |
| 249 | Konsole::Emulation::KeyboardCursorShape CParameterTerminal::GetCursorShape() const |
| 250 | { |
| 251 | return m_CursorShape; |
| 252 | } |
| 253 | |
| 254 | void CParameterTerminal::SetCursorShape(Konsole::Emulation::KeyboardCursorShape newCursorShape) |
| 255 | { |
no outgoing calls
no test coverage detected