Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ changeEvent
Method
changeEvent
launcher/ui/setupwizard/SetupWizard.cpp:76–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
76
void SetupWizard::changeEvent(QEvent *event)
77
{
78
if (event->type() == QEvent::LanguageChange)
79
{
80
retranslate();
81
}
82
QWizard::changeEvent(event);
83
}
84
85
SetupWizard::~SetupWizard()
86
{
Callers
nothing calls this directly
Calls
1
type
Method · 0.45
Tested by
no test coverage detected