/ Private Slots */ /
| 78 | /* Private Slots */ |
| 79 | /*****************************************************************************/ |
| 80 | void MainWindow::about() |
| 81 | { |
| 82 | QMessageBox::about(this, tr("About QHexEdit"), |
| 83 | tr("The QHexEdit example is a short Demo of the QHexEdit Widget.")); |
| 84 | } |
| 85 | |
| 86 | void MainWindow::dataChanged() |
| 87 | { |
nothing calls this directly
no outgoing calls
no test coverage detected