mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Clang format changes for radar_self_center_setting
This commit is contained in:
parent
2ecc49ddb3
commit
529291d2a2
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ void MarkerSettingsWidgetImpl::ConnectSignals()
|
|||
model::MarkerModel::Column::Name))
|
||||
.first();
|
||||
|
||||
QVariant const id = proxyModel_->data(selected, Qt::ItemDataRole::UserRole);
|
||||
QVariant const id =
|
||||
proxyModel_->data(selected, Qt::ItemDataRole::UserRole);
|
||||
if (!id.isValid())
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue