Split journal ID range between new and loaded elements

This commit is contained in:
Javier Serrano Polo
2016-06-26 02:43:52 +02:00
parent 01e9ebc9cf
commit f97b431c8d
5 changed files with 19 additions and 7 deletions

View File

@@ -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 )

View File

@@ -29,7 +29,7 @@
#include <QMainWindow>
#include <QCloseEvent>
#include "JournallingObject.h"
#include "SerializingObject.h"
class QAction;
class QComboBox;