MCPcopy Create free account
hub / github.com/KDE/kdevelop / reconstruct

Method reconstruct

kdevplatform/sublime/mainwindow_p.cpp:370–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void MainWindowPrivate::reconstruct()
371{
372 qCDebug(SUBLIME) << "reconstructing area" << area;
373
374 IdealToolViewCreator toolViewCreator(this);
375 area->walkToolViews(toolViewCreator, Sublime::AllPositions);
376
377 reconstructViews();
378}
379
380void MainWindowPrivate::clearArea()
381{

Callers 1

setAreaMethod · 0.80

Calls 1

walkToolViewsMethod · 0.80

Tested by

no test coverage detected