QList<LinkInterface*> rawLinks; for (int i=0; i<_sharedLinks.count(); i++) { rawLinks.append(_sharedLinks[i].data()); } return rawLinks; }