| 50 | bool MainWindow::legacy_loaded; |
| 51 | |
| 52 | void MainWindow::enableTokenMenu(bool enable) |
| 53 | { |
| 54 | foreach(QWidget *w, scardList) { |
| 55 | w->setEnabled(enable); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | void MainWindow::initResolver() |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected