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

Method nativeName

Telegram/SourceFiles/lang/lang_instance.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345QString Instance::nativeName() const {
346 return _nativeName.isEmpty()
347 ? getValue(tr::lng_language_name.base)
348 : _nativeName;
349}
350
351QString Instance::id(Pack pack) const {
352 return (pack != Pack::Base)

Callers 3

PrepareListsFunction · 0.80
BuildSectionButtonsFunction · 0.80
SetupLanguageButtonFunction · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected