| 461 | } |
| 462 | |
| 463 | bool QMappingAdvancedDialog::getCustomNotificationEnabled() |
| 464 | { |
| 465 | return ui->customNotificationEnableCheckBox->isChecked(); |
| 466 | } |
| 467 | |
| 468 | int QMappingAdvancedDialog::getCustomNotificationPosition() |
| 469 | { |
nothing calls this directly
no outgoing calls
no test coverage detected