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

Method closeMsg

src/RedisView/AppView/MainWidget.cpp:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void MainWidget::closeMsg() {
554 _displayMsgTab = false;
555 ui->_tabWidget->removeTab(_tabIndex);
556}
557
558void MainWidget::openView() {
559 if(!_displayViewTab) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected