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

Method workingSetPersistent

kdevplatform/sublime/area.cpp:393–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393bool Area::workingSetPersistent() const
394{
395 Q_D(const Area);
396
397 return d->workingSetPersists;
398}
399
400void Area::setWorkingSet(const QString &name, bool persistent, Area *oldArea)
401{

Callers 6

addSessionMethod · 0.80
debuggerStateChangedMethod · 0.80
backToCodeMethod · 0.80
viewAddedMethod · 0.80
switchAreaMethod · 0.80
closeReviewMethod · 0.80

Calls

no outgoing calls

Tested by 1

switchAreaMethod · 0.64