Rewrite of SnapmaticProperties
This commit is contained in:
parent
601552dc26
commit
ac40a0d194
6 changed files with 58 additions and 100 deletions
|
|
@ -407,7 +407,7 @@ void UserInterface::openSnapmaticFile(SnapmaticPicture *picture)
|
|||
picDialog->setSnapmaticPicture(picture, true);
|
||||
picDialog->setModal(true);
|
||||
|
||||
int crewID = picture->getCrewNumber();
|
||||
int crewID = picture->getSnapmaticProperties().crewID;
|
||||
if (crewID != 0) { crewDB->addCrew(crewID); }
|
||||
|
||||
QObject::connect(threadDB, SIGNAL(playerNameFound(int, QString)), profileDB, SLOT(setPlayerName(int, QString)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue