MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / switchToCurrentSession

Method switchToCurrentSession

src/plugins/core/session/sessionlistview.cpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void SessionListView::switchToCurrentSession()
156{
157 const auto session = currentSession();
158 SessionManager::instance()->loadSession(session);
159 Q_EMIT sessionSwitched();
160}
161
162void SessionListView::showEvent(QShowEvent *event)
163{

Callers

nothing calls this directly

Calls 1

loadSessionMethod · 0.80

Tested by

no test coverage detected