MCPcopy Create free account
hub / github.com/cxasm/notepad-- / UserLangMotherToName

Function UserLangMotherToName

src/userlexdef.cpp:61–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61QString UserLangMotherToName(UserLangMother words)
62{
63 QString name;
64
65 switch (words)
66 {
67 case MOTHER_NONE:
68 name = "None";
69 break;
70 case MOTHER_CPP:
71 name = "Cpp";
72 break;
73 default:
74 name = "None";
75 break;
76 }
77 return name;
78}
79
80void UserLexDef::setMotherLang(UserLangMother words)
81{

Callers 1

setMotherLangMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected