Pulse jobs with no progress reports.
[dcpomatic.git] / src / wx / job_manager_view.h
index 4653118378676e8ccbb8529984a4f7fbf00cad50..c4bb1e2189b6e32850a0694c52e65121c957a316 100644 (file)
@@ -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;