Merge pull request #2875 from jasp00/journal

Split journal ID range between new and loaded elements
This commit is contained in:
Javier Serrano Polo
2016-07-02 08:23:26 +00:00
committed by GitHub
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;