mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refactor: Fix include guard end comment
This commit is contained in:
@@ -154,4 +154,4 @@ Q_DECLARE_METATYPE(swift::misc::weather::CCloudLayer::Coverage)
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CCloudLayer::Clouds)
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CCloudLayer::Precipitation)
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_MISC_WEATHER_CLOUDLAYER_H
|
||||
|
||||
@@ -50,4 +50,4 @@ namespace swift::misc
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CCloudLayerList)
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_MISC_WEATHER_CLOUDLAYERLIST_H
|
||||
|
||||
@@ -175,4 +175,4 @@ namespace swift::misc::weather
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CMetar)
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_MISC_AVIATION_METAR_H
|
||||
|
||||
@@ -41,4 +41,4 @@ namespace swift::misc::weather
|
||||
|
||||
} // namespace swift::misc::weather
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_MISC_WEATHER_METARDECODER_H
|
||||
|
||||
@@ -41,4 +41,4 @@ namespace swift::misc::weather
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CMetarList)
|
||||
Q_DECLARE_METATYPE(swift::misc::CCollection<swift::misc::weather::CMetar>)
|
||||
|
||||
#endif
|
||||
#endif // SWIFT_MISC_WEATHER_METARLIST_H
|
||||
|
||||
@@ -139,4 +139,4 @@ Q_DECLARE_METATYPE(swift::misc::weather::CPresentWeather)
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CPresentWeather::Intensity)
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CPresentWeather::Descriptor)
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_MISC_WEATHER_PRESENTWEATHER_H
|
||||
|
||||
@@ -38,4 +38,4 @@ namespace swift::misc::weather
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CPresentWeatherList)
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_MISC_WEATHER_PRESENTWEATHERLIST_H
|
||||
|
||||
@@ -14,4 +14,4 @@ namespace swift::misc::weather
|
||||
SWIFT_MISC_EXPORT void registerMetadata();
|
||||
} // namespace swift::misc::weather
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_MISC_WEATHER_REGISTERMETADATAWEATHER_H
|
||||
|
||||
@@ -130,4 +130,4 @@ namespace swift::misc::weather
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CWindLayer)
|
||||
|
||||
#endif
|
||||
#endif // SWIFT_MISC_WEATHER_WINDLAYER_H
|
||||
|
||||
@@ -55,4 +55,4 @@ namespace swift::misc
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CWindLayerList)
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_MISC_WEATHER_WINDLAYERLIST_H
|
||||
|
||||
Reference in New Issue
Block a user