mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Utility functions for livery
This commit is contained in:
committed by
Mat Sutcliffe
parent
6fc3d55d9a
commit
89c241b2e7
@@ -71,8 +71,13 @@ namespace BlackMisc
|
||||
return this->getCombinedCode() % (
|
||||
this->getDescription().isEmpty() ?
|
||||
QString() :
|
||||
(u' ' % this->getDescription())
|
||||
);
|
||||
(u' ' % this->getDescription()));
|
||||
}
|
||||
|
||||
QString CLivery::getCombinedCodePlusId() const
|
||||
{
|
||||
return this->getCombinedCode() %
|
||||
this->getDbKeyAsStringInParentheses(" ");
|
||||
}
|
||||
|
||||
QString CLivery::getCombinedCodePlusInfoAndId() const
|
||||
|
||||
Reference in New Issue
Block a user