| 18 | namespace KWin { |
| 19 | |
| 20 | InternalInputMethodContext::InternalInputMethodContext(QObject *parent) |
| 21 | : QPlatformInputContext() |
| 22 | { |
| 23 | setParent(parent); |
| 24 | } |
| 25 | |
| 26 | InternalInputMethodContext::~InternalInputMethodContext() |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected