| 100 | } |
| 101 | |
| 102 | void AreaDisplay::backToCode() |
| 103 | { |
| 104 | auto oldArea = m_mainWindow->area(); |
| 105 | QString workingSet = oldArea->workingSet(); |
| 106 | ICore::self()->uiController()->switchToArea(QStringLiteral("code"), IUiController::ThisWindow); |
| 107 | m_mainWindow->area()->setWorkingSet(workingSet, oldArea->workingSetPersistent(), oldArea); |
| 108 | } |
| 109 | |
| 110 | QSize AreaDisplay::minimumSizeHint() const |
| 111 | { |
nothing calls this directly
no test coverage detected