MCPcopy Create free account
hub / github.com/cc20110101/RedisView / closeView

Method closeView

src/RedisView/AppView/MainWidget.cpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void MainWidget::closeView() {
544 _displayViewTab = false;
545 ui->_tabWidget->removeTab(_tabIndex);
546}
547
548void MainWidget::closeCmd() {
549 _displayCmdTab = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected