This is used to retrieve any errors that occur when tying to restore or import from a nnex file
| 1033 | //* tying to restore or import from a nnex file |
| 1034 | //*********************************************************** |
| 1035 | QString ImportData::getErrorMessage() { |
| 1036 | return errorMessage; |
| 1037 | } |
| 1038 | |
| 1039 | |
| 1040 | //********************************************************** |