| 110 | StatusBarElement( mainSplitter, uiSceneNode, pluginContext ) {} |
| 111 | |
| 112 | UIWidget* StatusDebuggerController::getWidget() { |
| 113 | return mContainer; |
| 114 | } |
| 115 | |
| 116 | UIWidget* StatusDebuggerController::createWidget() { |
| 117 | if ( nullptr == mContainer ) { |
no outgoing calls
no test coverage detected