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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user