Return a pointer to the bottom dock
| 999 | // Return a pointer to the bottom dock |
| 1000 | // |
| 1001 | ToolDock *ToolManager::GetBotDock() |
| 1002 | { |
| 1003 | return mBotDock; |
| 1004 | } |
| 1005 | |
| 1006 | const ToolDock *ToolManager::GetBotDock() const |
| 1007 | { |
no outgoing calls
no test coverage detected