MCPcopy Create free account
hub / github.com/VioletGiraffe/file-commander / toggleQuickView

Method toggleQuickView

qt-app/src/cmainwindow.cpp:612–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void CMainWindow::toggleQuickView()
613{
614 if (!otherPanelDisplayController().quickViewActive())
615 quickViewCurrentFile();
616 else
617 otherPanelDisplayController().endQuickView();
618}
619
620void CMainWindow::filterItemsByName()
621{

Callers

nothing calls this directly

Calls 2

quickViewActiveMethod · 0.80
endQuickViewMethod · 0.80

Tested by

no test coverage detected