| 325 | } |
| 326 | |
| 327 | void MainWindow::restoreTargetState(QSettings *settings) |
| 328 | { |
| 329 | Q_ASSERT(ClientToolManager::instance()->isToolListLoaded()); |
| 330 | const QString toolId = settings->value("selectedToolId", QStringLiteral("GammaRay::ObjectInspector")).toString(); |
| 331 | selectTool(toolId); |
| 332 | } |
| 333 | |
| 334 | void MainWindow::setupFeedbackProvider() |
| 335 | { |
nothing calls this directly
no test coverage detected