mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #800 Fixed some declaration shadows variable in outer scope warnings.
This commit is contained in:
committed by
Klaus Basan
parent
5791de6860
commit
6f972035ab
@@ -60,8 +60,8 @@ namespace BlackMisc
|
||||
{
|
||||
if (static_cast<QMetaType::Type>(variant.type()) == QMetaType::Int)
|
||||
{
|
||||
CIcons::IconIndex index = variant.value<CIcons::IconIndex>();
|
||||
this->m_icon = CIconList::iconByIndex(index);
|
||||
CIcons::IconIndex iconIndex = variant.value<CIcons::IconIndex>();
|
||||
this->m_icon = CIconList::iconByIndex(iconIndex);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user