GUI_App: Refactor exception handling

This commit is contained in:
Vojtech Kral 2019-04-09 11:28:11 +02:00
parent 2494dc6706
commit 64ce604ff4
2 changed files with 51 additions and 27 deletions

View file

@ -169,6 +169,7 @@ public:
PrintHostJobQueue& printhost_job_queue() { return *m_printhost_job_queue.get(); }
private:
bool on_init_inner();
void window_pos_save(wxTopLevelWindow* window, const std::string &name);
void window_pos_restore(wxTopLevelWindow* window, const std::string &name);
void window_pos_sanitize(wxTopLevelWindow* window);