MCPcopy Create free account
hub / github.com/andryblack/fontbuilder / changeEvent

Method changeEvent

src/outputframe.cpp:59–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void OutputFrame::changeEvent(QEvent *e)
60{
61 QFrame::changeEvent(e);
62 switch (e->type()) {
63 case QEvent::LanguageChange:
64 ui->retranslateUi(this);
65 break;
66 default:
67 break;
68 }
69}
70
71void OutputFrame::setConfig(OutputConfig* config) {
72 m_config = config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected