diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-13 05:15:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-13 05:15:35 (GMT) |
commit | 78baae599b6c0fbe058071c98ebc541ed66fd030 (patch) | |
tree | ce7bfa13ca4897a8bff68365a3c58a4433754db7 /src/MainWindow.h | |
parent | ada0609b9cb338fc14f1822f9a94fe9e0af95d67 (diff) |
Adapted wil1471's pull request #385 to master
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index f04a6f1..bc98e21 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -88,6 +88,8 @@ private: static void consoleOutput(const std::string &msg, void *userdata); void loadViewSettings(); void loadDesignSettings(); + void saveBackup(); + void writeBackup(class QFile *file); class QMessageBox *openglbox; @@ -199,7 +201,8 @@ private: char const * afterCompileSlot; bool procevents; - + class QTemporaryFile *tempFile; + class ProgressWidget *progresswidget; class CGALWorker *cgalworker; QMutex consolemutex; |