| 195 | SyncException::~SyncException() {} |
| 196 | |
| 197 | void SyncException::DelayedHandlerAction() |
| 198 | { |
| 199 | // Simulate the application Exit menu item |
| 200 | wxCommandEvent evt{ wxEVT_MENU, wxID_EXIT }; |
| 201 | wxTheApp->AddPendingEvent( evt ); |
| 202 | } |
| 203 | |
| 204 | bool RecordEnabled() |
| 205 | { |
no outgoing calls
no test coverage detected