MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / registerClient

Method registerClient

source/ui/widget/QKeyEdit.h:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 static QKeyEditHookManager* instance()
74 {
75 static QKeyEditHookManager inst;
76 return &inst;
77 }
78 void registerClient(QKeyEdit* client)
79 {
80 std::unique_lock lock(m_mutex);
81 m_instances[client] = true;
82 installHook();
83 }

Callers 1

QKeyEditMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected