| 50 | } |
| 51 | |
| 52 | QDebug CoreException::printStackTrace(QDebug dbg) const |
| 53 | { |
| 54 | return PrintChildren(status.GetPointer(), ctkException::printStackTrace(dbg)); |
| 55 | } |
| 56 | |
| 57 | QDebug CoreException::PrintChildren(IStatus *status, QDebug dbg) const |
| 58 | { |
no test coverage detected