mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:10:05 +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
c07e2bca53
commit
2ecc49ddb3
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ void MarkerSettingsWidgetImpl::ConnectSignals()
|
||||||
self_,
|
self_,
|
||||||
[this](const QModelIndex& index)
|
[this](const QModelIndex& index)
|
||||||
{
|
{
|
||||||
QVariant id =
|
QVariant const id =
|
||||||
proxyModel_->data(index, Qt::ItemDataRole::UserRole);
|
proxyModel_->data(index, Qt::ItemDataRole::UserRole);
|
||||||
if (!id.isValid())
|
if (!id.isValid())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue