This is used to retrieve any errors that occur when tying to restore or import from a nnex file
| 544 | //* tying to restore or import from a nnex file |
| 545 | //*********************************************************** |
| 546 | QString ImportEnex::getErrorMessage() { |
| 547 | return errorMessage; |
| 548 | } |
| 549 | |
| 550 | |
| 551 |
nothing calls this directly
no outgoing calls
no test coverage detected