MCPcopy Create free account
hub / github.com/KDE/labplot / restartBackend

Method restartBackend

src/frontend/dockwidgets/NotebookDock.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void NotebookDock::restartBackend() {
103 for (auto* nb : m_notebooks)
104 nb->restart();
105}
106
107/*!
108 * this slot is called when the visibility for one of the panels in Cantor is requested.

Callers

nothing calls this directly

Calls 1

restartMethod · 0.80

Tested by

no test coverage detected