Extend ProjectJournal docs, thx to @DomClark
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#include "JournallingObject.h"
|
||||
#include "Song.h"
|
||||
|
||||
//! Avoid clashes between loaded IDs (have the bit cleared)
|
||||
//! and newly created IDs (have the bit set)
|
||||
static const int EO_ID_MSB = 1 << 23;
|
||||
|
||||
const int ProjectJournal::MAX_UNDO_STATES = 100; // TODO: make this configurable in settings
|
||||
|
||||
Reference in New Issue
Block a user