code cleanup after feedback by @Floessie

This commit is contained in:
Alberto Griggio
2017-03-14 11:48:51 +01:00
parent 4d3503b795
commit a3adf8fb07
3 changed files with 81 additions and 88 deletions

View File

@@ -461,6 +461,7 @@ class ProcessingJob
{
public:
virtual ~ProcessingJob() {}
/** Creates a processing job from a file name. This function always succeeds. It only stores the data into the ProcessingJob class, it does not load
* the image thus it returns immediately.