4#include <QTemporaryFile>
8class CommandBackupFile;
10struct RestorableDocument;
49 void saveModelData(
const QByteArray&);
51 void updateBackupData();
54 QTemporaryFile& crashDataFile();
58 QTemporaryFile m_modelFile;
Abstraction over the backup of commands.
Definition CommandBackupFile.hpp:34
Handles document backup to allow restoring if there is a crash.
Definition DocumentBackupManager.hpp:36
The Document class is the central part of the software.
Definition Document.hpp:51
Base toolkit upon which the software is built.
Definition Application.cpp:90
Definition DocumentBackups.hpp:14