| 1977 | } |
| 1978 | |
| 1979 | void MainWindow::varUpdate() { |
| 1980 | ui->buttonEnableVarList->setText(guiReceive ? tr("Hide Calculator Variables") : tr("View Calculator Variables")); |
| 1981 | ui->buttonRefreshVarList->setEnabled(guiReceive); |
| 1982 | ui->filterVarList->setEnabled(guiReceive); |
| 1983 | ui->buttonReceiveFiles->setEnabled(guiReceive); |
| 1984 | ui->buttonReceiveFile->setEnabled(guiReceive); |
| 1985 | ui->emuVarView->setEnabled(guiReceive); |
| 1986 | } |
| 1987 | |
| 1988 | void MainWindow::varShow() { |
| 1989 | if (!guiReceive) { |
nothing calls this directly
no outgoing calls
no test coverage detected