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