Fixed file overwite from queued items
This commit is contained in:
@@ -56,8 +56,9 @@ public:
|
||||
SaveFormat saveFormat;
|
||||
bool forceFormatOpts;
|
||||
bool fast_pipeline;
|
||||
bool overwriteFile;
|
||||
|
||||
BatchQueueEntry (rtengine::ProcessingJob* job, const rtengine::procparams::ProcParams& pparams, Glib::ustring fname, int prevw, int prevh, Thumbnail* thm = nullptr);
|
||||
BatchQueueEntry (rtengine::ProcessingJob* job, const rtengine::procparams::ProcParams& pparams, Glib::ustring fname, int prevw, int prevh, Thumbnail* thm = nullptr, bool overwrite = false);
|
||||
~BatchQueueEntry () override;
|
||||
|
||||
void refreshThumbnailImage () override;
|
||||
|
Reference in New Issue
Block a user