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

Method delFileListView

src/cceditor/ccnotepad.cpp:5083–5089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5081 }
5082}
5083void CCNotePad::delFileListView(QString file)
5084{
5085 if (!m_dockFileListWin.isNull())
5086 {
5087 m_fileListView->delFileItem(file);
5088 }
5089}
5090
5091void CCNotePad::syncFileTabToListView()
5092{

Callers

nothing calls this directly

Calls 1

delFileItemMethod · 0.80

Tested by

no test coverage detected