| 610 | } |
| 611 | |
| 612 | void CMainWindow::toggleQuickView() |
| 613 | { |
| 614 | if (!otherPanelDisplayController().quickViewActive()) |
| 615 | quickViewCurrentFile(); |
| 616 | else |
| 617 | otherPanelDisplayController().endQuickView(); |
| 618 | } |
| 619 | |
| 620 | void CMainWindow::filterItemsByName() |
| 621 | { |
nothing calls this directly
no test coverage detected