MCPcopy Create free account
hub / github.com/comaps/comaps / OnSearchButtonClicked

Method OnSearchButtonClicked

qt/mainwindow.cpp:615–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615void MainWindow::OnSearchButtonClicked()
616{
617 if (m_pSearchAction->isChecked())
618 m_Docks[0]->show();
619 else
620 m_Docks[0]->hide();
621}
622
623void MainWindow::OnLoginMenuItem()
624{

Callers

nothing calls this directly

Calls 3

isCheckedMethod · 0.45
showMethod · 0.45
hideMethod · 0.45

Tested by

no test coverage detected