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

Method instance

source/ui/widget/QKeyEdit.h:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 QMap<QKeyEdit*, bool> m_instances;
69 static QKeyEditHookManager* s_instance;
70 QKeyEditHookManager(QObject* parent = nullptr) : QObject(parent) {}
71 ~QKeyEditHookManager() { uninstallHook(); }
72public:
73 static QKeyEditHookManager* instance()
74 {
75 static QKeyEditHookManager inst;
76 return &inst;
77 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected