MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / updateWindowTitles

Method updateWindowTitles

Telegram/SourceFiles/core/application.cpp:1249–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247}
1248
1249void Application::updateWindowTitles() {
1250 enumerateWindows([](not_null<Window::Controller*> window) {
1251 window->widget()->updateTitle();
1252 });
1253}
1254
1255void Application::lockByPasscode() {
1256 _passcodeLock = true;

Callers

nothing calls this directly

Calls 2

updateTitleMethod · 0.45
widgetMethod · 0.45

Tested by

no test coverage detected