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

Method addFileListView

src/cceditor/ccnotepad.cpp:5076–5082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5074
5075
5076void CCNotePad::addFileListView(QString file, QWidget* pw)
5077{
5078 if (!m_dockFileListWin.isNull())
5079 {
5080 m_fileListView->addFileItem(file, pw);
5081 }
5082}
5083void CCNotePad::delFileListView(QString file)
5084{
5085 if (!m_dockFileListWin.isNull())

Callers

nothing calls this directly

Calls 1

addFileItemMethod · 0.80

Tested by

no test coverage detected