Rewrite of SnapmaticProperties
This commit is contained in:
parent
601552dc26
commit
ac40a0d194
6 changed files with 58 additions and 100 deletions
2
main.cpp
2
main.cpp
|
|
@ -435,7 +435,7 @@ int main(int argc, char *argv[])
|
|||
picDialog->setWindowIcon(IconLoader::loadingAppIcon());
|
||||
picDialog->setSnapmaticPicture(&picture, readOk);
|
||||
|
||||
int crewID = picture.getCrewNumber();
|
||||
int crewID = picture.getSnapmaticProperties().crewID;
|
||||
if (crewID != 0) { crewDB->addCrew(crewID); }
|
||||
if (!readOk) { return 1; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue