MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / changeEvent

Method changeEvent

launcher/ui/MainWindow.cpp:2157–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2155}
2156
2157void MainWindow::changeEvent(QEvent* event)
2158{
2159 if (event->type() == QEvent::LanguageChange)
2160 {
2161 retranslateUi();
2162 }
2163 QMainWindow::changeEvent(event);
2164}
2165
2166void MainWindow::instanceActivated(QModelIndex index)
2167{

Callers

nothing calls this directly

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected