From b8f13e45be884dc12884ebe8f3dcd9eecb23a106 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:20:29 +0200 Subject: 5.5 --- ui/gui_status_handler.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ui/gui_status_handler.h') diff --git a/ui/gui_status_handler.h b/ui/gui_status_handler.h index ebc59473..0bda9923 100644 --- a/ui/gui_status_handler.h +++ b/ui/gui_status_handler.h @@ -9,6 +9,7 @@ #include #include +#include #include "progress_indicator.h" #include "../lib/status_handler.h" #include "../lib/process_xml.h" @@ -49,7 +50,7 @@ class SyncStatusHandler : public zen::StatusHandler public: SyncStatusHandler(MainDialog* parentDlg, xmlAccess::OnGuiError handleError, - const wxString& jobName, + const std::wstring& jobName, const std::wstring& execWhenFinished, std::vector& execFinishedHistory); ~SyncStatusHandler(); @@ -70,6 +71,8 @@ private: SyncStatus syncStatusFrame; //the window managed by SyncStatus has longer lifetime than this handler! xmlAccess::OnGuiError handleError_; zen::ErrorLog errorLog; + const std::wstring jobName_; + wxStopWatch totalTime; }; -- cgit