| 135 | } |
| 136 | |
| 137 | UITreeView* StatusDebuggerController::getUIVariables() const { |
| 138 | return mUIVariables; |
| 139 | } |
| 140 | |
| 141 | UITreeView* StatusDebuggerController::getUIExpressions() const { |
| 142 | return mUIExpressions; |
no outgoing calls
no test coverage detected