| 73 | } |
| 74 | |
| 75 | QString syncModeSettingValue(ReceiveSyncMode mode) |
| 76 | { |
| 77 | return mode == ReceiveSyncMode::AutoAssist |
| 78 | ? QStringLiteral("AutoAssist") |
| 79 | : QStringLiteral("Manual"); |
| 80 | } |
| 81 | |
| 82 | ReceivePresentationSettings defaultReceivePresentationSettings() |
| 83 | { |
no outgoing calls
no test coverage detected