GetShowPreview
bool GetShowPreview() const;
if (fJobData->GetShowPreview())
if (jobData != NULL && jobData->GetShowPreview()) {