Ref T225, use coordinate dialog in weather component

Remark: There was a redundant, also unfinished code in weather UI component for coordinate entry. This is now encapsulated in coordinate form/dialog.
This commit is contained in:
Klaus Basan
2018-01-18 14:42:55 +01:00
parent a764ea7534
commit 0916c90038
4 changed files with 89 additions and 149 deletions

View File

@@ -39,7 +39,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexScenarioIndex = BlackMisc::CPropertyIndex::GlobalIndexCWeatherScenario,
IndexScenarioIndex = CPropertyIndex::GlobalIndexCWeatherScenario,
IndexScenarioName,
IndexScenarioDescription
};
@@ -95,7 +95,6 @@ namespace BlackMisc
BLACK_METAMEMBER(scenarioDescription)
);
};
} //namespace
} // namespace