MCPcopy Create free account
hub / github.com/LMMS/lmms / stopAllJournalling

Method stopAllJournalling

src/core/ProjectJournal.cpp:195–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void ProjectJournal::stopAllJournalling()
196{
197 for( JoIdMap::Iterator it = m_joIDs.begin(); it != m_joIDs.end(); ++it)
198 {
199 if( it.value() != NULL )
200 {
201 it.value()->setJournalling(false);
202 }
203 }
204 setJournalling(false);
205}
206
207
208

Callers 1

destroyMethod · 0.80

Calls 5

setJournallingFunction · 0.85
setJournallingMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected