(Intentionally not javadoc'd) * Implements the corresponding method on IStatus . */
| 98 | * Implements the corresponding method on <code>IStatus</code>. |
| 99 | */ |
| 100 | QString Status::GetMessage() const |
| 101 | { |
| 102 | return message; |
| 103 | } |
| 104 | |
| 105 | QString Status::GetPlugin() const |
| 106 | { |
no outgoing calls
no test coverage detected