mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T515, minor tweaks
This commit is contained in:
committed by
Mat Sutcliffe
parent
107464d92a
commit
5c1f6d9029
@@ -100,7 +100,7 @@ namespace BlackGui
|
||||
int CAircraftModelView::applyToSelected(const CDistributor &distributor)
|
||||
{
|
||||
if (!hasSelection()) { return 0; }
|
||||
int c = this->updateSelected(CVariant::from(distributor), CAircraftModel::IndexDistributor);
|
||||
const int c = this->updateSelected(CVariant::from(distributor), CAircraftModel::IndexDistributor);
|
||||
return c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user