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

Method changed

kdevplatform/shell/workingsets/workingset.cpp:627–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627void WorkingSet::changed( Sublime::Area* area )
628{
629 if ( m_loading ) {
630 return;
631 }
632
633 {
634 //Do not capture changes done while loading
635 PushValue<bool> enableLoading( m_loading, true );
636
637 qCDebug(WORKINGSET) << "recording change done to" << m_id;
638 saveFromArea(area);
639 }
640
641 emit setChangedSignificantly();
642}
643
644#include "moc_workingset.cpp"

Callers 3

setShowImportsMethod · 0.45
doUpdateMethod · 0.45
updateReadyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected