| 127 | } |
| 128 | |
| 129 | bool CModuleImportDlg::LoadFile(const fs::path &fname) { // // // |
| 130 | m_pImportedDoc = CFamiTrackerDoc::LoadImportFile(fname.c_str()); |
| 131 | return m_pImportedDoc != nullptr; |
| 132 | } |
| 133 | |
| 134 | void CModuleImportDlg::OnBnClickedButtonImportAll() { |
| 135 | for (int i = 0, n = m_ctlTrackList.GetCount(); i < n; ++i) |
no outgoing calls
no test coverage detected