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

Method remove

src/extLexermanager.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void ExtLexerManager::remove(QString ext)
37{
38 if (m_extToLexerIdMap.contains(ext))
39 {
40 m_extToLexerIdMap.remove(ext);
41 }
42}
43
44
45//ext:�ļ��ĺ�׺�� langTagName:���Ե�tag����

Callers 4

delFileItemMethod · 0.45
slot_subMethod · 0.45
slot_deleteMethod · 0.45
updataExtLexerManagerMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected