Hi Iain, I see where you DECLARED allFiles. Where do you DEFINE allFiles? Something that looks like this in a .cpp file: QVector<File>* FileSet::allFiles = NULL; ...or... QVector<File>* FileSet::allFiles = new QVector<File>; --Eljay
Hi Iain, I see where you DECLARED allFiles. Where do you DEFINE allFiles? Something that looks like this in a .cpp file: QVector<File>* FileSet::allFiles = NULL; ...or... QVector<File>* FileSet::allFiles = new QVector<File>; --Eljay