mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:20:05 +00:00
Fixing warnings in scwx-qt
This commit is contained in:
parent
3339a40780
commit
ff58f5bcf6
15 changed files with 36 additions and 21 deletions
|
|
@ -172,7 +172,7 @@ MapWidgetImpl::GetLevel2ProductOrDefault(const std::string& productName) const
|
|||
{
|
||||
if (context_->radarProductView_ != nullptr)
|
||||
{
|
||||
common::Level2Product level2Product = common::GetLevel2Product(
|
||||
level2Product = common::GetLevel2Product(
|
||||
context_->radarProductView_->GetRadarProductName());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue