mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Update scwx-qt/source/scwx/qt/ui/marker_settings_widget.cpp with clang-tidy suggestions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9c16a88b63
commit
c07e2bca53
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ void MarkerSettingsWidgetImpl::ConnectSignals()
|
|||
model::MarkerModel::Column::Name))
|
||||
.first();
|
||||
|
||||
QVariant 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