Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void 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
delFileItem
Method · 0.45
slot_sub
Method · 0.45
slot_delete
Method · 0.45
updataExtLexerManager
Method · 0.45
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected