mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Do not shadow in src/qt
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
26b370a937
commit
f839350420
@@ -20,9 +20,9 @@ void QValueComboBox::setValue(const QVariant &value)
|
||||
setCurrentIndex(findData(value, role));
|
||||
}
|
||||
|
||||
void QValueComboBox::setRole(int role)
|
||||
void QValueComboBox::setRole(int _role)
|
||||
{
|
||||
this->role = role;
|
||||
this->role = _role;
|
||||
}
|
||||
|
||||
void QValueComboBox::handleSelectionChanged(int idx)
|
||||
|
||||
Reference in New Issue
Block a user