16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

report generation from template, crash on exit fix

This commit is contained in:
milek7
2019-04-24 18:29:28 +02:00
parent 0a947ad094
commit 1060e47a43
2 changed files with 28 additions and 30 deletions

View File

@@ -16,8 +16,6 @@ class trainingcard_panel : public ui_panel
std::thread save_thread;
std::atomic<int> state;
std::string json_escape(const std::string &s);
void save_thread_func();
void clear();
@@ -30,6 +28,7 @@ class trainingcard_panel : public ui_panel
public:
trainingcard_panel();
~trainingcard_panel();
void render_contents() override;
};