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