| 2795 | } |
| 2796 | |
| 2797 | void CaptureContext::RaiseDockWindow(QWidget *dockWindow) |
| 2798 | { |
| 2799 | ToolWindowManager::raiseToolWindow(dockWindow); |
| 2800 | } |
| 2801 | |
| 2802 | void CaptureContext::AddDockWindow(QWidget *newWindow, DockReference ref, QWidget *refWindow, |
| 2803 | float percentage) |
no outgoing calls
no test coverage detected