Add option to set project properties from a DCP loaded as content (#1688).
[dcpomatic.git] / src / wx / job_manager_view.h
index 7784c71eed3cc639a1393dc9001055c1fd5f7167..77114a97c382b170f06758d58d1d8f2d41fb52af 100644 (file)
@@ -40,6 +40,8 @@ public:
 private:
        void job_added (boost::weak_ptr<Job>);
        void periodic ();
+       void replace ();
+       void job_list_changed ();
 
        wxPanel* _panel;
        wxFlexGridSizer* _table;