refs #734, allow to set temp.livery

This commit is contained in:
Klaus Basan
2016-08-22 21:48:15 +02:00
committed by Mathew Sutcliffe
parent 4e381a048f
commit f1cd73a268
6 changed files with 71 additions and 40 deletions

View File

@@ -236,6 +236,12 @@ namespace BlackMisc
return s;
}
const QString &CLivery::tempLiveryCode()
{
static const QString temp("_CC_NOCOLOR");
return temp;
}
CVariant CLivery::propertyByIndex(const BlackMisc::CPropertyIndex &index) const
{
if (index.isMyself()) { return CVariant::from(*this); }