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

Method customEvent

source/ui/AboutUi.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97--------------------
98
99若违反非商用或商用许可条款所规定的事项,作者将根据《中华人民共和国著作权法》追其究法律责任。)", L"许可证", MB_TOPMOST);
100 Qi::widget.dialogActive = false;
101 }
102 e->accept();
103 }
104 return QWidget::eventFilter(obj, e);
105}
106#ifdef Q_UPDATE
107void AboutUi::customEvent(QEvent* e)
108{
109 if (e->type() == static_cast<int>(QiEvent::lang_reload))

Callers

nothing calls this directly

Calls 3

contentMethod · 0.80
versionMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected