summaryrefslogtreecommitdiff
path: root/src/wx/job_manager_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-24 22:26:01 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-24 22:26:01 +0100
commit4b4faedc4d6b41f1daf913a4540c977b3dbf6a4c (patch)
tree5392b46ebf5aeb8eb8a6776ae4b4f7fa530b1937 /src/wx/job_manager_view.h
parent9ee95f058263c03f5f88a6db31becb8788ee47e8 (diff)
Pulse jobs with no progress reports.
Diffstat (limited to 'src/wx/job_manager_view.h')
-rw-r--r--src/wx/job_manager_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h
index 465311837..c4bb1e218 100644
--- a/src/wx/job_manager_view.h
+++ b/src/wx/job_manager_view.h
@@ -42,9 +42,11 @@ public:
private:
void job_added (boost::weak_ptr<Job>);
+ void periodic ();
wxPanel* _panel;
wxFlexGridSizer* _table;
+ boost::shared_ptr<wxTimer> _timer;
std::list<boost::shared_ptr<JobRecord> > _job_records;
Buttons _buttons;