latest changes from gta5sync
This commit is contained in:
parent
c3643aece0
commit
6b4f856e4d
21 changed files with 569 additions and 451 deletions
|
|
@ -60,7 +60,9 @@ QStringList CrewDatabase::getCrews()
|
|||
|
||||
QString CrewDatabase::getCrewName(int crewID)
|
||||
{
|
||||
return crewDB->value(QString::number(crewID), crewID).toString();
|
||||
QString crewStr = crewDB->value(QString::number(crewID), crewID).toString();
|
||||
if (crewID == 0) crewStr = tr("No Crew", "");
|
||||
return crewStr;
|
||||
}
|
||||
|
||||
void CrewDatabase::setCrewName(int crewID, QString crewName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue