mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Fixed Doxygen warning
This commit is contained in:
@@ -82,6 +82,7 @@ namespace BlackMisc
|
|||||||
CLivery smartLiverySelector(const CLivery &liveryPattern) const;
|
CLivery smartLiverySelector(const CLivery &liveryPattern) const;
|
||||||
|
|
||||||
//! Caching version from DB data
|
//! Caching version from DB data
|
||||||
|
//! \param array JSON data
|
||||||
//! \param relatedAirlines passing the airline can skip the parsing from livery
|
//! \param relatedAirlines passing the airline can skip the parsing from livery
|
||||||
//! \remark without passing related airlines there is not much sense using this function, as most airlines/liveries have a 1:1 ratio
|
//! \remark without passing related airlines there is not much sense using this function, as most airlines/liveries have a 1:1 ratio
|
||||||
static CLiveryList fromDatabaseJsonCaching(const QJsonArray &array, const CAirlineIcaoCodeList &relatedAirlines = {});
|
static CLiveryList fromDatabaseJsonCaching(const QJsonArray &array, const CAirlineIcaoCodeList &relatedAirlines = {});
|
||||||
|
|||||||
Reference in New Issue
Block a user