mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #369, smaller changes
* rendered attribute in CSimulatedAircraft * Formatting * contains in CPropertyIndex * CAircraftModel, new type
This commit is contained in:
@@ -121,4 +121,9 @@ namespace BlackMisc
|
||||
this->setIndexStringByList(newList);
|
||||
}
|
||||
|
||||
bool CPropertyIndex::contains(int index) const
|
||||
{
|
||||
return this->indexList().contains(index);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user