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

Method WorkingSet

kdevplatform/shell/workingsets/workingset.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290WorkingSet::WorkingSet(const QString& id)
291 : QObject()
292 , m_id(id)
293 , m_icon(generateIcon(WorkingSetIconParameters(id)))
294{
295}
296
297bool WorkingSet::isEmpty() const
298{

Callers

nothing calls this directly

Calls 2

generateIconFunction · 0.85

Tested by

no test coverage detected