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

Method viewRemovedInternal

kdevplatform/sublime/mainwindow_p.cpp:416–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void MainWindowPrivate::viewRemovedInternal(AreaIndex* index, View* view)
417{
418 Q_UNUSED(index);
419 Q_UNUSED(view);
420 setBackgroundVisible(area->views().isEmpty());
421}
422
423void MainWindowPrivate::viewAdded(Sublime::AreaIndex *index, Sublime::View *view)
424{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
viewsMethod · 0.45

Tested by

no test coverage detected