| 5081 | } |
| 5082 | } |
| 5083 | void CCNotePad::delFileListView(QString file) |
| 5084 | { |
| 5085 | if (!m_dockFileListWin.isNull()) |
| 5086 | { |
| 5087 | m_fileListView->delFileItem(file); |
| 5088 | } |
| 5089 | } |
| 5090 | |
| 5091 | void CCNotePad::syncFileTabToListView() |
| 5092 | { |
nothing calls this directly
no test coverage detected