Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ changeEvent
Method
changeEvent
src/lib/gui/dialogs/ClientConfigDialog.cpp:28–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void ClientConfigDialog::changeEvent(QEvent *e)
29
{
30
QDialog::changeEvent(e);
31
if (e->type() == QEvent::LanguageChange) {
32
ui->retranslateUi(this);
33
updateText();
34
}
35
}
36
37
void ClientConfigDialog::updateText() const
38
{
Callers
nothing calls this directly
Calls
1
type
Method · 0.80
Tested by
no test coverage detected