Speed up content discovery:
[dcpomatic.git] / src / lib / job.h
index 4fc61cb266d2a7810ba42714dfeaaa618a0447ce..0e57021e0c1cafbcc545c2502a94d7462f2c9834 100644 (file)
@@ -89,6 +89,8 @@ public:
        boost::signals2::signal<void()> Progress;
        /** Emitted from the UI thread when the job is finished */
        boost::signals2::signal<void()> Finished;
+       /** Emitted from the job thread when the job is finished */
+       boost::signals2::signal<void()> FinishedImmediate;
 
 protected: