Rewrite of SnapmaticProperties

This commit is contained in:
Rafael 2016-12-10 04:35:24 +01:00
parent 601552dc26
commit ac40a0d194
6 changed files with 58 additions and 100 deletions

View file

@ -74,7 +74,7 @@ void ProfileLoader::run()
if (picture->readingPicture())
{
emit pictureLoaded(picture, picturePath);
int crewNumber = picture->getCrewNumber();
int crewNumber = picture->getSnapmaticProperties().crewID;
if (!crewList.contains(crewNumber))
{
crewList.append(crewNumber);