mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
cb1e56d7e3
commit
f986e9ca8b
@@ -86,7 +86,7 @@ namespace BlackGui
|
|||||||
|
|
||||||
CStatusMessageList CMatchingForm::validate(bool withNestedForms) const
|
CStatusMessageList CMatchingForm::validate(bool withNestedForms) const
|
||||||
{
|
{
|
||||||
Q_UNUSED(withNestedForms);
|
Q_UNUSED(withNestedForms)
|
||||||
return CStatusMessageList();
|
return CStatusMessageList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ namespace BlackMisc
|
|||||||
|
|
||||||
CAircraftModelList CCategoryMatcher::reduceByCategories(const CAircraftModelList &alreadyMatchedModels, const CAircraftModelList &modelSet, const CAircraftMatcherSetup &setup, const CSimulatedAircraft &remoteAircraft, bool &reduced, bool shortLog, CStatusMessageList *log) const
|
CAircraftModelList CCategoryMatcher::reduceByCategories(const CAircraftModelList &alreadyMatchedModels, const CAircraftModelList &modelSet, const CAircraftMatcherSetup &setup, const CSimulatedAircraft &remoteAircraft, bool &reduced, bool shortLog, CStatusMessageList *log) const
|
||||||
{
|
{
|
||||||
Q_UNUSED(shortLog);
|
Q_UNUSED(shortLog)
|
||||||
|
|
||||||
reduced = false;
|
reduced = false;
|
||||||
if (!setup.useCategoryMatching())
|
if (!setup.useCategoryMatching())
|
||||||
|
|||||||
Reference in New Issue
Block a user