Replaced: if (!(x->title().length())) return; by: if (x->title().isEmpty()) return;
Attach a file by drag & drop or click to upload