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

Method JournallingObject

src/core/JournallingObject.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34JournallingObject::JournallingObject() :
35 SerializingObject(),
36 m_id( Engine::projectJournal()->allocID( this ) ),
37 m_journalling( true ),
38 m_journallingStateStack()
39{
40}
41
42
43

Callers

nothing calls this directly

Calls 2

projectJournalFunction · 0.85
allocIDMethod · 0.80

Tested by

no test coverage detected