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

Method showSessionManager

src/plugins/core/session/sessionmanager.cpp:228–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void SessionManager::showSessionManager()
229{
230 if (!isDefaultVirgin())
231 saveSession();
232 SessionDialog dlg(Controller::instance()->mainWindow());
233 dlg.setAutoLoadSession(d->isAutoLoad);
234 dlg.exec();
235 d->setAutoLoadLastSession(dlg.autoLoadSession());
236}
237
238void SessionManager::setValue(const QString &key, const QVariant &value)
239{

Callers 1

initConnectMethod · 0.80

Calls 5

setAutoLoadSessionMethod · 0.80
autoLoadSessionMethod · 0.80
mainWindowMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected