MCPcopy Create free account
hub / github.com/chris2511/xca / enableTokenMenu

Method enableTokenMenu

widgets/MainWindow.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50bool MainWindow::legacy_loaded;
51
52void MainWindow::enableTokenMenu(bool enable)
53{
54 foreach(QWidget *w, scardList) {
55 w->setEnabled(enable);
56 }
57}
58
59void MainWindow::initResolver()
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected