| 969 | } |
| 970 | |
| 971 | void CMainWindow::quickViewCurrentFile() |
| 972 | { |
| 973 | otherPanelDisplayController().startQuickView(CPluginEngine::get().createViewerWindowForCurrentFile()); |
| 974 | } |
| 975 | |
| 976 | void CMainWindow::registerFileOperationDialog(CFileOperationDialogBase* dialog) |
| 977 | { |
nothing calls this directly
no test coverage detected