Cleanup from code review
This commit is contained in:
@@ -775,7 +775,7 @@ rtengine::ProcessingJob* BatchQueue::imageReady(rtengine::IImagefloat* img)
|
|||||||
}
|
}
|
||||||
|
|
||||||
redraw ();
|
redraw ();
|
||||||
const bool queueRunning = (processing != nullptr);
|
const bool queueRunning = processing;
|
||||||
notifyListener (queueRunning);
|
notifyListener (queueRunning);
|
||||||
|
|
||||||
return processing ? processing->job : nullptr;
|
return processing ? processing->job : nullptr;
|
||||||
|
@@ -53,10 +53,10 @@ class BatchQueuePanel : public Gtk::VBox,
|
|||||||
Gtk::HBox* bottomBox;
|
Gtk::HBox* bottomBox;
|
||||||
Gtk::HBox* topBox;
|
Gtk::HBox* topBox;
|
||||||
|
|
||||||
IdleRegister idle_register;
|
|
||||||
|
|
||||||
std::atomic<bool> qStartStopState;
|
std::atomic<bool> qStartStopState;
|
||||||
|
|
||||||
|
IdleRegister idle_register;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit BatchQueuePanel (FileCatalog* aFileCatalog);
|
explicit BatchQueuePanel (FileCatalog* aFileCatalog);
|
||||||
~BatchQueuePanel();
|
~BatchQueuePanel();
|
||||||
|
Reference in New Issue
Block a user