| 747 | } |
| 748 | |
| 749 | void UiController::addToolViewToDockArea(IToolViewFactory* factory, Qt::DockWidgetArea area) |
| 750 | { |
| 751 | Q_D(UiController); |
| 752 | |
| 753 | addToolViewToArea(factory, d->factoryDocuments.value(factory), activeArea(), Sublime::dockAreaToPosition(area)); |
| 754 | } |
| 755 | |
| 756 | bool UiController::toolViewPresent(Sublime::ToolDocument* doc, Sublime::Area* area) |
| 757 | { |
no test coverage detected