| 32 | |
| 33 | |
| 34 | JournallingObject::JournallingObject() : |
| 35 | SerializingObject(), |
| 36 | m_id( Engine::projectJournal()->allocID( this ) ), |
| 37 | m_journalling( true ), |
| 38 | m_journallingStateStack() |
| 39 | { |
| 40 | } |
| 41 | |
| 42 | |
| 43 |
nothing calls this directly
no test coverage detected