The CANCEL button was pressed
| 79 | |
| 80 | // The CANCEL button was pressed |
| 81 | void LocationDialog::cancelButtonPressed() { |
| 82 | wasOkPressed = false; |
| 83 | close(); |
| 84 | } |
| 85 | |
| 86 | |
| 87 | bool LocationDialog::okPressed() { |
nothing calls this directly
no outgoing calls
no test coverage detected