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

Method createSlot

src/RedisView/AppView/MainWindow.cpp:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533void MainWindow::createSlot() {
534 connect(_mainWidget, SIGNAL(runEnd(bool)) , this, SLOT(runEnd(bool)));
535 connect(_mainWidget, &MainWidget::runStart , this, &MainWindow::runStart);
536}
537
538void MainWindow::runEnd(bool bEnd)
539{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected