Rewrite of SnapmaticProperties
This commit is contained in:
parent
601552dc26
commit
ac40a0d194
6 changed files with 58 additions and 100 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue