| 93 | } |
| 94 | |
| 95 | void frmScan::keyPressEvent(QKeyEvent *event) { |
| 96 | if (event->key() == Qt::Key_Escape) close(); |
| 97 | } |
| 98 | |
| 99 | void frmScan::selectDirectory() { |
| 100 | QString dir = QFileInfo(ui.leDirectory->text()).path(); |
nothing calls this directly
no outgoing calls
no test coverage detected