add new crews to list
This commit is contained in:
parent
7a15c3e56b
commit
c67a0a0fc9
11 changed files with 329 additions and 321 deletions
|
@ -452,6 +452,10 @@ void SnapmaticEditor::on_labCrew_linkActivated(const QString &link)
|
|||
return;
|
||||
}
|
||||
}
|
||||
if (!crewList.contains(newCrew))
|
||||
{
|
||||
crewDB->addCrew(crewID);
|
||||
}
|
||||
crewID = newCrew.toInt();
|
||||
setSnapmaticCrew(returnCrewName(crewID));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue