mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -59,10 +59,10 @@ namespace BlackMisc
|
||||
CAircraftModelList getModels() const;
|
||||
|
||||
//! Enabled / disabled aircraft
|
||||
CSimulatedAircraftList findByEnabled(bool enabled) const;
|
||||
Q_REQUIRED_RESULT CSimulatedAircraftList findByEnabled(bool enabled) const;
|
||||
|
||||
//! Rendered / not rendered aircraft
|
||||
CSimulatedAircraftList findByRendered(bool rendered) const;
|
||||
Q_REQUIRED_RESULT CSimulatedAircraftList findByRendered(bool rendered) const;
|
||||
|
||||
//! VTOL / non VTOL aircraft
|
||||
CSimulatedAircraftList findByVtol(bool vtol) const;
|
||||
|
||||
Reference in New Issue
Block a user