MCPcopy Create free account
hub / github.com/KDAB/GammaRay / restoreTargetState

Method restoreTargetState

ui/mainwindow.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void 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
334void MainWindow::setupFeedbackProvider()
335{

Callers

nothing calls this directly

Calls 2

isToolListLoadedMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected