MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / InternalInputMethodContext

Method InternalInputMethodContext

src/internalinputmethodcontext.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace KWin {
19
20InternalInputMethodContext::InternalInputMethodContext(QObject *parent)
21 : QPlatformInputContext()
22{
23 setParent(parent);
24}
25
26InternalInputMethodContext::~InternalInputMethodContext()
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected