Add missing CCloudLayer property indexes

refs #663
This commit is contained in:
Roland Winklmeier
2016-06-04 23:58:48 +02:00
parent a68cd16a7a
commit ebe039d267
2 changed files with 20 additions and 0 deletions

View File

@@ -65,6 +65,9 @@ namespace BlackMisc
{
IndexBase = BlackMisc::CPropertyIndex::GlobalIndexCCloudLayer,
IndexTop,
IndexPrecipitationRate,
IndexPrecipitation,
IndexClouds,
IndexCoveragePercent
};
@@ -158,5 +161,7 @@ namespace BlackMisc
Q_DECLARE_METATYPE(BlackMisc::Weather::CCloudLayer)
Q_DECLARE_METATYPE(BlackMisc::Weather::CCloudLayer::Coverage)
Q_DECLARE_METATYPE(BlackMisc::Weather::CCloudLayer::Clouds)
Q_DECLARE_METATYPE(BlackMisc::Weather::CCloudLayer::Precipitation)
#endif // guard