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

Method loadSet

kdevplatform/shell/workingsets/workingsettoolbutton.cpp:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void WorkingSetToolButton::loadSet()
104{
105 Q_ASSERT(m_set);
106
107 m_set->setPersistent(true);
108
109 if (!saveAllDocumentsForMainWindow())
110 return;
111 mainWindow()->area()->setWorkingSet(QString(m_set->id()));
112}
113
114void WorkingSetToolButton::closeSet()
115{

Callers

nothing calls this directly

Calls 7

mainWindowFunction · 0.85
setPersistentMethod · 0.80
QStringClass · 0.50
setWorkingSetMethod · 0.45
areaMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected