Split journal ID range between new and loaded elements
This commit is contained in:
@@ -76,6 +76,8 @@ public:
|
||||
reallocID( _id, NULL );
|
||||
}
|
||||
|
||||
static jo_id_t idToSave( jo_id_t id );
|
||||
|
||||
void clearJournal();
|
||||
void stopAllJournalling();
|
||||
JournallingObject * journallingObject( const jo_id_t _id )
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <QMainWindow>
|
||||
#include <QCloseEvent>
|
||||
|
||||
#include "JournallingObject.h"
|
||||
#include "SerializingObject.h"
|
||||
|
||||
class QAction;
|
||||
class QComboBox;
|
||||
|
||||
Reference in New Issue
Block a user